Box.empty

Returns true if empty.

struct Box(T, int N)
pure nothrow const @safe @nogc @property
bool
empty
()
if (
N >= 1 &&
N <= 3
)

Meta