SAMReader.opSlice

opSlice as Coordinate and an offset i.e [ZB(2) .. $]

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

Meta