SAMReader.opSlice

opSlice with two Coordinates [ZB(1) .. ZB(3)]

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

Meta