Unpacker.beginArray

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 beginArray = begin!(0x90, 0x9f)

Return Value

the container size.

Meta