Array.ImmutableRange

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 ImmutableRange = RangeT!(immutable Array)

Meta