cbor-d v0.3.0 (2014-12-19T17:58:56Z)
Home
Dub
Repo
encodeCborArrayHead
cbor
Encode array head with arrayLength elements. arrayLength items must follow.
size_t
encodeCborArrayHead
(
R
)
(
auto
ref
R
sink
,
ulong
arrayLength
)
if
(
isOutputRange
!(
R
,
ubyte
)
)
Meta
Source
See Implementation
cbor
classes
CborException
functions
decodeCbor
decodeCborSingle
decodeCborSingleDup
encodeCbor
encodeCborAggregate
encodeCborArray
encodeCborArrayHead
encodeCborBool
encodeCborFloat
encodeCborInt
encodeCborMap
encodeCborMapHead
encodeCborNull
encodeCborRaw
encodeCborString
structs
CborValue
templates
numEncodableMembers
Encode array head with arrayLength elements. arrayLength items must follow.