toHashSet

fun ComplexFloatArray.toHashSet(): HashSet<ComplexFloat>
fun ComplexDoubleArray.toHashSet(): HashSet<ComplexDouble>

Returns a new HashSet of all elements.