IndexedFastaFile.opSlice

Fetch sequence in region by multidimensional slicing: string sequence = fafile["chr2", 20123 .. 30456]

Sadly, $ to represent max length is not supported

struct IndexedFastaFile
int[2]
opSlice
(
size_t dim
)
(
int start
,
int end
)
if (
dim == 1
)

Meta