ProtoArray

Custom array type for pb decoding

Constructors

this
this(string rhs)

Constructs from string

Alias This

base

Members

Functions

opEquals
bool opEquals(Rhs rhs)

Compares to non-string types

opEquals
bool opEquals(Rhs rhs)

Compares to string

toString
string toString()

Converts to string for debugging

Variables

base
Array!T base;
Undocumented in source.

Meta