Searched defs:BigUint (Results 1 – 1 of 1) sorted by relevance
96 struct BigUint struct99 pure invariant() in invariant()106 this(immutable(BigDigit) [] x) pure nothrow @nogc @safe in this()116 enum trustedAssumeUnique = function(BigDigit[] input) pure @trusted @nogc { in function()121 @property size_t uintLength() pure nothrow const @safe @nogc in uintLength()133 @property size_t ulongLength() pure nothrow const @safe @nogc in ulongLength()146 ulong peekUlong(int n) pure nothrow const @safe @nogc in peekUlong()158 uint peekUint(int n) pure nothrow const @safe @nogc in peekUint()199 void opAssign(Tdummy = void)(BigUint y) pure nothrow @nogc @safe argument209 size_t k = highestDifferentDigit(data, y.data);[all …]