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, A = Mallocator)
@system
prefix
(
const scope MK keyPrefix
)

Meta