RefRange.opSlice

Only defined if isForwardRange!R is true.

  1. auto opSlice()
  2. auto opSlice()
    struct RefRange(R)
    version(StdDdoc)
    const
    opSlice
    ()
    if (
    isInputRange!R
    )
  3. auto opSlice(IndexType1 begin, IndexType2 end)
  4. auto opSlice(IndexType1 begin, IndexType2 end)

Meta