EntropyBitsOf

Get entropy in number of bits of T.

Members

Manifest constants

EntropyBitsOf
enum EntropyBitsOf;
Undocumented in source.
EntropyBitsOf
enum EntropyBitsOf;
Undocumented in source.

Examples

static assert(EntropyBitsOf!int == 8*int.sizeof);

Meta