sqlite-d v0.1.0 (2016-09-20T15:46:51Z)
Dub
Repo
VarInt
varint
Undocumented in source.
struct
VarInt {
this
(BigEndian!long value);
pure nothrow @
safe
@
nogc
const
ubyte
[]
byteArray
;
alias
toBeLong
=
toBeLongImpl
;
BigEndian
!
long
toBeLongImpl
[@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
Aliases
toBeLong
alias
toBeLong
=
toBeLongImpl
Undocumented in source.
Properties
length
uint
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toBeLongImpl
BigEndian
!
long
toBeLongImpl
[@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
byteArray
ubyte
[]
byteArray
;
Undocumented in source.
Meta
Source
See Implementation
varint
manifest constants
unrolled
structs
VarInt