Function
shareResources
Determines whether two sequences share the same resource.
bool shareResources(sequence1, sequence2)
Parameters
sequence1, sequence2
Two sequences.
Types: Segment, String
Return Values
false if it can be guaranteed that sequence1 and sequence2 can be modified without changing each other, true otherwise.
Remarks
Non-sequences are interpreted as sequences of size 1.
Note that this function may not work properly for argument types that are not listed here.
SeqAn - Sequence Analysis Library - www.seqan.de