LimitArray.const_

Undocumented in source.
template LimitArray(T)
static if(!(!is(T == Unqual!T)))
struct const_ {}

Members

Functions

equals
auto equals(const(T)[] check)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
auto startsWith(const(T)[] check)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

limit
const(T)* limit;
Undocumented in source.
ptr
const(T)* ptr;
Undocumented in source.

Meta