HiBON.Member

Internal Member in the HiBON class

class HiBON
@safe static
class Member {
const
string key;
immutable
Type type;
Value value;
}

Constructors

this
this(T x, string key)

Members

Functions

by
auto by()
document
inout(HiBON) document()

If the value of the Member contains a Document it returns it or else an error is asserted

get
T get()
size
size_t size()

Calculates the size in bytes of the Member