TrieHard - A Trie implementation!

I’m not sure if someone will find a Trie implementation useful, but I just finished one here:

If you can think of another use case other than determining exclusion/inclusion or auto-complete… please let me know!

I imagine this would only be useful for game libraries, not so much games.