Hi64Result
struct Hi64Resultimport Hi64Result from Wax;The normalized high significand bits of a parser big integer and whether lower nonzero bits were discarded.
Members
bitsfield
public uint64 bitsThe high significand bits, left-aligned in a 64-bit word.
truncatedfield
public bool truncatedWhether discarded lower bits contain any ones.
constructorconstructor
public constructor ()Creates a zero-initialized result record.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.