RefRange.opSlice

Only defined if hasSlicing!R is true.

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

Meta