Array.opDollar

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)"
alias opDollar = length

Meta