mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IndexTrie is a more light-weight representation and it works well in this case. This requires recovering the represented sequence from an IndexTrieNode, so also add a getParent() method.