Array.ConstRange

Defines the array's primary range, which is a random-access range.

ConstRange is a variant with const elements. ImmutableRange is a variant with immutable elements.

struct Array(T)
alias ConstRange = RangeT!(const Array)

Meta