dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Varint
dlib
coding
varint
Protobuf-style variable-sized integer
struct
Varint {
ubyte
[
8
]
buffer
;
size_t
size
;
ubyte
[]
bytes
();
}
Members
Functions
bytes
ubyte
[]
bytes
()
Returns bytes of an integer
Variables
buffer
ubyte
[
8
]
buffer
;
Undocumented in source.
size
size_t
size
;
Undocumented in source.
Meta
Source
See Implementation
dlib
coding
varint
functions
decodeVarint
encodeVarint
getVarintSize
structs
Varint
Protobuf-style variable-sized integer