The OpenD Programming Language

Range.opIndex

range[i .. j]

  1. auto ref opIndex(size_t i)
  2. This opIndex()
  3. This opIndex(size_t[2] indices)
    struct Range(ThisT)
    nothrow pure @safe
    This
    opIndex
    (
    this This
    )
    (
    size_t[2] indices
    )

Meta