☰
D
dejadoc
PHOBOS
/
std.container.array
/
Array.opSlice
🔍
☾
Array.opSlice
Range
opSlice()
Returns
A range that iterates over all elements of the array in forward order.
Complexity: 1
Range
opSlice(size_t a, size_t b)
Returns
A range that iterates the array between two specified positions.
Complexity: 1