DList.opIndex

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

Return Value

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

Meta