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 string

opEquals
bool opEquals(auto ref Rhs rhs)

Compares to non-string types

toString
string toString()

Converts to string for debugging

Meta