sqlite-d ~master (2021-08-27T23:07:19Z)
Dub
Repo
VarInt
varint
Undocumented in source.
struct
VarInt {
this
(BigEndian!long value);
pure nothrow @
safe
@
nogc
const
ubyte
[]
byteArray
;
pure nothrow @
safe
@
nogc
ubyte
[
9
]
_storage
;
BigEndian
!
long
toBeLong
[@property getter];
this
(ubyte[] _arr);
static
int
lengthInVarInt
(BigEndian!long value);
uint
length
[@property getter];
static
uint
_length
(ubyte[] arr);
}
Constructors
this
this
(BigEndian!long value)
Undocumented in source.
this
this
(ubyte[] _arr)
Undocumented in source.
Alias This
toBeLong
Members
Properties
length
uint
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toBeLong
BigEndian
!
long
toBeLong
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
_length
uint
_length
(ubyte[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
lengthInVarInt
int
lengthInVarInt
(BigEndian!long value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_storage
ubyte
[
9
]
_storage
;
Undocumented in source.
byteArray
ubyte
[]
byteArray
;
Undocumented in source.
Meta
Source
See Implementation
varint
manifest constants
unrolled
structs
VarInt