DList.opSlice

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

Complexity: O(1)

struct DList(T)
opSlice
()

Meta