mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
parseVarUInt
mir
ion
value
Undocumented in source. Be warned that the author may not have intended to support it.
package @
safe
pure nothrow @
nogc
IonErrorCode
parseVarUInt
(
bool
checkInput
= true
U
)
(
scope
ref
const
(
ubyte
)[]
data
,
scope
out
U
result
)
if
(
is
(
U
==
ubyte
) ||
is
(
U
==
ushort
)
||
is
(
U
==
uint
)
||
is
(
U
==
ulong
)
)
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