Array.empty

Check if empty.

struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
@property pragma(inline, true) pure nothrow @nogc const @safe
@"complexity", "O(1)"
bool
empty
()

Meta