DList.opIndex

  1. Range opIndex()
    struct DList(T)
    opIndex
    ()
  2. ConstRange opIndex()

Return Value

Type: Range

Range that iterates over all elements of the container, in forward order.

Meta