SList.opSlice

Returns a range that iterates over all elements of the container, in forward order.

Complexity: O(1)

struct SList(T)
opSlice
()
if (
!is(T == shared)
)

Meta