scala.meta.internal.fastparse.utils.Utils
An trie node for quickly matching multiple strings which share the same prefix, one char at a time.
Returns the length of the matching string, or -1 if not found
An trie node for quickly matching multiple strings which share the same prefix, one char at a time.