TreeMultiMap


Description:

public TreeMultiMap (owned CompareDataFunc<K>? key_compare_func = null, owned CompareDataFunc<V>? value_compare_func = null)

Constructs a new, empty tree multimap.

If not provided, the functions parameters are requested to the Functions function factory methods.

Parameters:

key_compare_func

an optional key comparator function

value_compare_func

an optional value comparator function