BigUIntView.get

struct BigUIntView(W, WordEndian endian = TargetEndian)
@safe pure nothrow @nogc scope const
bool
get
(
U
)
(
scope out U value
)
if (
isUnsigned!U
)
if (
__traits(isUnsigned, W)
)

Parameters

value U

(out) unsigned integer

Return Value

Type: bool

true on success

Meta