Definition at line 432 of file SuffixTree.cpp.
433{
434 int i = 0;
435 while (i <
s.size() && i < t.
size() &&
s.begin()[i] == t.
begin()[i]) i++;
437}
Word prefix(const Word vec, int lengthOfPrefix)
const int * begin() const
References prefix(), and s.
Referenced by findMatch().