← Standard library

ParseMantissaResult

struct ParseMantissaResult
import ParseMantissaResult from Wax;

The significant decimal digits collected by the parser's slow path into a fixed-capacity big integer.

FloatParse.wax:287

Members

bigfield

public BigInt big

The collected nonnegative significant integer.

FloatParse.wax:291

digitsfield

public int32 digits

The number of significant digits represented by this slow-path result.

FloatParse.wax:295

constructorconstructor

public constructor ()

Creates a zero-initialized result record.

FloatParse.wax:299

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.