SAMReader.opSlice

opSlice as two offset i.e [$-2 .. $]

  1. auto opSlice(Coordinate!bs start, Coordinate!bs end)
  2. auto opSlice(Coordinate!bs start, OffsetType off)
  3. auto opSlice(OffsetType start, OffsetType end)
    struct SAMReader
    opSlice
    (
    size_t dim
    )
    (
    OffsetType start
    ,
    OffsetType end
    )
    if (
    dim == 1
    )

Meta