Fasta.Fasta

Alias This

data

Members

Functions

buildIndex
void buildIndex()

Build an index in order to give fast access to individual records. This is called implicitly when accessing individual records using opIndex or length.

opIndex
FastaRecord!T opIndex(size_t idx)

Get the FASTA record at idx (zero-based).

Properties

length
size_t length [@property getter]

Get the number of FASTA records.

Static functions

isHeaderLine
bool isHeaderLine(in T line)

Returns true iff line starts with '>'.

Meta