msgpack-d ~master (2020-05-18T23:28:50Z)
Home
Dub
Repo
Format
msgpack
common
MessagePack type-information format
Values
Value
Meaning
UINT8
0xcc
UINT16
0xcd
UINT32
0xce
UINT64
0xcf
INT8
0xd0
INT16
0xd1
INT32
0xd2
INT64
0xd3
FLOAT
0xca
DOUBLE
0xcb
RAW
0xa0
RAW16
0xda
RAW32
0xdb
BIN8
0xc4
BIN16
0xc5
BIN32
0xc6
EXT
0xd4
EXT8
0xc7
EXT16
0xc8
EXT32
0xc9
STR8
0xd9
ARRAY
0x90
ARRAY16
0xdc
ARRAY32
0xdd
MAP
0x80
MAP16
0xde
MAP32
0xdf
NIL
0xc0
TRUE
0xc3
FALSE
0xc2
REAL
0xd4
See Also
MessagePack Specificaton
Meta
Source
See Implementation
msgpack
common
enums
Format
functions
convertEndianTo
load16To
load32To
load64To
take8from
manifest constants
EnableReal
RealSize
mixin templates
InternalBuffer
structs
ExtValue
templates
AsteriskOf
SerializingClasses
SerializingMemberNumbers
getFieldName
isByte
unions
_d
_f
_r
MessagePack type-information format