payloads

inline fun <V> PrefixTree<Int, V>.payloads(key: String): List<V>

Convenience accumulator for using string-keyed prefix trees.

Return

The reachable payloads.

Parameters

key

The search key.