FastaRecord.opSlice

Get sub-sequence from i to j (exclusive) of this FASTA record.

  1. auto opSlice(int i, int j)
  2. auto opSlice(size_t i, size_t j)
    struct FastaRecord
    opSlice
    (
    size_t dim : 0
    )
    (
    size_t i
    ,
    size_t j
    )

Meta