ParseMantissaResult
struct ParseMantissaResultimport ParseMantissaResult from Wax;The significant decimal digits collected by the parser's slow path into a fixed-capacity big integer.
Members
bigfield
public BigInt bigThe collected nonnegative significant integer.
digitsfield
public int32 digitsThe number of significant digits represented by this slow-path result.
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.