make_hash_set

Function make_hash_set 

Source
fn make_hash_set<T>(array: T) -> ArrayHashSet
where T: ArrayAccessor, T::Item: IsEqual,
Expand description

Computes an ArrayHashSet for the provided [Array] if there are nulls present or there are more than the configured number of elements.

Note: This is split into a separate function as higher-rank trait bounds currently cause type inference to misbehave