BigUIntAccumulator.canPut

struct BigUIntAccumulator(W, WordEndian endian = TargetEndian)
@property
bool
canPut
()
if (
is(Unqual!W == uint) ||
is(Unqual!W == ulong)
)

Return Value

Type: bool

True if the accumulator can accept next most significant coefficient

Meta