EntropySource.size - multiple declarations

Function EntropySource.size

ushort size() pure nothrow @property @nogc @safe const;

Returns

Amount of already generated entropy.

Function EntropySource.size

void size (
  ushort size
) pure nothrow @property @nogc @safe;

Parameters

NameDescription
size Amount of already generated entropy. Cannot be smaller than the already set value.