Unpacker.beginMap

Deserializes the type-information of container.

These methods don't deserialize contents. You need to call unpack method to deserialize contents at your own risk.

struct Unpacker(Stream = const(ubyte)[])
alias beginMap = begin!(0x80, 0x8f, Format.MAP16)

Return Value

the container size.

Meta