IndexedFastaFile.opSlice

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

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

Meta