← Standard library

ClingerResult

struct ClingerResult
import ClingerResult from Wax;

The fast exact-conversion attempt. Read bits only when ok is true.

FloatParse.wax:127

Members

bits64field

public uint64 bits64

The binary64 result bits on success.

FloatParse.wax:131

bits32field

public uint32 bits32

The binary32 result bits on success.

FloatParse.wax:135

okfield

public bool ok

Whether this conversion or recognition attempt succeeded.

FloatParse.wax:139

constructorconstructor

public constructor ()

Creates a zero-initialized result record.

FloatParse.wax:143

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.