List.empty

Returns whether there are no elements in List.

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

Meta