Radix.match
You're seeing just the function
match
, go back to Radix module for more information.
Specs
Retrieve key-value-pair(s) based on specified match type
.
:exact
searches for an exact match for the searchkey
:longest
finds the longest matching prefix forkey
:longer
finds all {k,v}-pairs where searchkey
is a prefix ofk
:shorter
finds all {k,v}-parise wherek
is a prefix of the searchkey
.