RadixTreeKVVisitor<T> typedef

RadixTreeKVVisitor<T> = void Function(String key, T value)

Signature for callbacks passed to RadixTree.visit, RadixTree.visitRoot and RadixTree.visitRootPrefixed methods.

Implementation

typedef RadixTreeKVVisitor<T> = void Function(String key, T value);