isAEADCipher

Test if T is a AEAD cipher.

@safe
template isAEADCipher (
T
) {
enum bool isAEADCipher;
}

Meta