isStreamCipher

Test if struct is a stream cipher.

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

Meta