distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
testExt
msgpack_ll
Undocumented in source. Be warned that the author may not have intended to support it.
void
testExt
(T length, ubyte extType)
version(unittest)
nothrow @
nogc
pure @
safe
void
testExt
(
MsgpackType
type
T
)
(
T
length
,
ubyte
extType
)
void
formatType
(ubyte length, ubyte extType, ubyte[DataSize!type] data)
void
formatType
(ushort length, ubyte extType, ubyte[DataSize!type] data)
void
formatType
(uint length, ubyte extType, ubyte[DataSize!type] data)
Meta
Source
See Implementation
msgpack_ll
enums
DataSize
MsgpackType
functions
formatType
getDataSize
getType
parseType
testExt
testFixExt
testFormat
testFormatNoArg
structs
ExtType