List.full

Returns whether List is full, that is, has no more available capacity.

struct List(T, long N = -1)
@nogc pure @property const @safe nothrow
bool
full
()

Meta