mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
IonNull
mir
ion
value
Ion null value.
struct
IonNull {
IonTypeCode
code
;
void
serialize
(S serializer);
string
toString
();
}
Members
Functions
serialize
void
serialize
(S serializer)
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
IonTypeCode
code
;
Meta
Source
See Implementation
mir
ion
value
aliases
IonType
IonTypeCodeOf
enums
isIonType
functions
parseValue
parseVarUInt
parseVersion
structs
IonAnnotationWrapper
IonAnnotations
IonDecimal
IonDescribedDecimal
IonDescribedValue
IonDescriptor
IonElement
IonElementWithId
IonFloat
IonInt
IonIntField
IonList
IonNInt
IonNull
IonSexp
IonStruct
IonStructWithSymbols
IonSymbolID
IonTimestamp
IonUInt
IonValue
IonVersionMarker
Ion null value.