mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
IonType
mir
ion
value
Aliases the
IonTypeCode
to the corresponding Ion Typed Value type.
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
null_
)
=
IonNull
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
null_
)
=
IonNull
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
bool_
)
=
bool
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
uInt
)
=
IonUInt
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
nInt
)
=
IonNInt
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
float_
)
=
IonFloat
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
decimal
)
=
IonDecimal
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
timestamp
)
=
IonTimestamp
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
symbol
)
=
IonSymbolID
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
string
)
=
const
(
char
)[]
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
clob
)
=
Clob
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
blob
)
=
Blob
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
list
)
=
IonList
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
sexp
)
=
IonSexp
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
struct_
)
=
IonStruct
alias
IonType
(
IonTypeCode
code
:
IonTypeCode
.
annotations
)
=
IonAnnotationWrapper
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
Aliases the IonTypeCode to the corresponding Ion Typed Value type.