List.opIndex

Index the slice of used elements.

  1. auto opIndex()
  2. auto ref opIndex(size_t index)
    struct List(T, long N = -1)
    @nogc pure ref inout
    opIndex
    (
    const size_t index
    )

Meta