Hi, do I understand correctly the provided structures could be used to find all strings with given prefix? Do you think in that case it would be possible to provide implementation of Prefix for some string type? Or are there perhaps some limitations making it not that useful with strings? Are there any other approaches/libraries you would recommend for finding strings with given prefix?
Hi, do I understand correctly the provided structures could be used to find all strings with given prefix? Do you think in that case it would be possible to provide implementation of
Prefix
for some string type? Or are there perhaps some limitations making it not that useful with strings? Are there any other approaches/libraries you would recommend for finding strings with given prefix?