Deque.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) opIndex(size_t i)
  2. Range opIndex(size_t[2] rng)
  3. ConstRange opIndex(size_t[2] rng)
  4. ImmutableRange opIndex(size_t[2] rng)
    struct Deque(T, bool mayNull = true)
    immutable
    opIndex
    (
    size_t[2] rng
    )
  5. auto opIndex()

Meta