VarInt

Undocumented in source.

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