RefRange.opIndex

Only defined if isRandomAccessRange!R is true.

  1. auto ref opIndex(IndexType index)
  2. auto ref opIndex(IndexType index)
    struct RefRange(R)
    version(StdDdoc)
    ref const
    opIndex
    (
    IndexType
    )
    (
    IndexType index
    )
    if (
    isInputRange!R
    )

Meta