Class
Tuple
A plain fixed-length string.
Tuple<T, size[, compress]>
Parameters
T
The value type, that is the type of characters stored in the tuple.
size
The size/length of the tuple.
Remarks: In contrast to String the length of Tuple is fixed.
compress
Enable/Disable compression.
If void, no compression is used.
If Compressed, the characters are stored as a bit sequence in an ordinal type (char, ..., __int64)
Default: void.
Remarks: Only useful for small alphabets and small tuple sizes (|Sigma|^size <= 2^64) as for DNA or protein m-grams)
Metafunctions
LENGTHNumber of elements in a fixed-size container.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de