Function
infixWithLength
Creates infix object.
infixWithLength(host, begin, length)
Parameters
host
The complete sequence.
begin
Position or iterator of the first element of the segment.
length
Length of the returned infix.
Return Values
The infix of host between begin and begin+length-1.
Remarks: The type of the infix is given by Infix.
Remarks
Notational sugar.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de