RandomAccessFinite

Interface for a finite random access range of type E.

Members

Aliases

opDollar
alias opDollar = length

Functions

moveAt
E moveAt(size_t )
opIndex
E opIndex(size_t )
opSlice
RandomAccessFinite!E opSlice(size_t , size_t )

Properties

length
size_t length [@property getter]
save
RandomAccessFinite!E save [@property getter]

Meta