Identity function
Create nucleotide sequence from bidirectional base range.
Create reversable range from bidirectional one.
Returns an object very similar to string, but sliceable. Tricks std.traits.isNarrowString.
Range that allows to unify operations in forward and reverse directions without virtual function call overhead introduced by inputRangeObject.
Sequence of bases. Element of reversed range will be complemented.