Deque.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) opIndex(size_t i)
    struct Deque(T, bool mayNull = true)
    ref inout
    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)
  5. auto opIndex()

Meta