Array.opDollar

struct Array(T)
const
size_t
opDollar
()
if (
!is(immutable T == immutable bool)
)

Return Value

Type: size_t

The number of elements in the array.

Complexity: O(1).

Meta