ConcreteRange.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opIndex(size_t idx)
  2. auto opIndex(size_t[2] idx)
    struct ConcreteRange(R, W)
    static if(hasSlicing!R)
    opIndex
    (
    size_t[2] idx
    )
    if (
    isInputRange!R &&
    is(ElementType!R == BufRef)
    &&
    )

Meta