Prefix Tree

Tries.jl

A Julia prefix tree. Trie is an associative data structure with keys of type `NTuple{N,K} where N` and values of type `V`.