The OpenD Programming Language

BigInt.fromBigEndian

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

Meta