mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
CborSerializer.listBegin
mir
ser
cbor
CborSerializer
Begins serialization of a CBOR list with the specified number of elements.
(community summary)
struct
CborSerializer
(Appender)
@
safe
pure scope
auto
listBegin
(
size_t
size
=
size_t.max
)
mir
ser
cbor
CborSerializer
aliases
listEnd
sexpBegin
sexpElemBegin
sexpEnd
stringEnd
functions
annotationWrapperBegin
annotationWrapperEnd
annotationsEnd
elemBegin
listBegin
nextTopLevelValue
putAnnotation
putKey
putNull
putStringPart
putSymbol
putValue
stringBegin
structBegin
structEnd
variables
serdeTarget
Begins serialization of a CBOR list with the specified number of elements. (community summary)