ClingerResult
struct ClingerResultimport ClingerResult from Wax;The fast exact-conversion attempt. Read bits only when ok is true.
Members
bits64field
public uint64 bits64The binary64 result bits on success.
bits32field
public uint32 bits32The binary32 result bits on success.
okfield
public bool okWhether this conversion or recognition attempt succeeded.
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.