Array.length

Get length.

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)"
size_t
length
()

Meta