HashSet


Description:

public HashSet (owned HashDataFunc<G>? hash_func = null, owned EqualDataFunc<G>? equal_func = null)

Constructs a new, empty hash set.

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

Parameters:

hash_func

an optional hash function

equal_func

an optional equality testing function