The OpenD Programming Language

BigInt.copyFromBigEndian

struct BigInt(uint size64)
@safe @trusted pure @nogc
bool
copyFromBigEndian
()
(
scope const(ubyte)[] data
,
bool sign = false
)
if (
size64 &&
size64 <= ushort.max
)

Meta