Var

Utility container for reading and writing signed and unsigned varints from Google's protocol buffer.

Constructors

this
this()
Undocumented in source.

Members

Aliases

Base
alias Base = T
Undocumented in source.

Static functions

decode
T decode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeImpl
T decodeImpl(Buffer buffer, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(Buffer buffer, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta