Array._length

Undocumented in source.
struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
@property pragma(inline, true) pure nothrow @nogc
@"complexity", "O(1)"
size_t _length;

Meta