RadixTree.prefix

Get range over elements whose key starts with keyPrefix. The element equal to keyPrefix is return as an empty instance of the type.

struct RadixTree(K, V)
@system
prefix
if (
allSatisfy!(isTrieableKeyType, K)
)

Meta