This package contains a native Swift implementation of Trie data tree structure. Only works for strings and trie is built on top of letters. Trie by default is UTF8/16 compliant.
emrahgunduz/swift-randomstring-trie
This package contains a native Swift implementation of Trie data tree structure.
Swift