HashMultiSet.broken


Description:

[ CCode ( cname = "gee_hash_multi_set_new" ) ]
[ Version ( deprecated = true , deprecated_since = "0.13.3" , replacement = "gee_hash_multi_set_new_fixed" ) ]
public HashMultiSet.broken (HashDataFunc<G>? hash_func = null, EqualDataFunc<G>? equal_func = null)

Warning: HashMultiSet.broken is deprecated since 0.13.3. Use gee_hash_multi_set_new_fixed.

Constructs a new, empty hash multi set.

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

Note:

this function is only for backward ABI compatibility. It contains memory leak and SHOULD NOT BE USED.

Parameters:

hash_func

an optional element hash function

equal_func

an optional element equality testing function