setIntersects

fun A_Set.setIntersects(otherSet: A_Set): Boolean

Answer whether the receiver and otherSet have any elements in common.

Return

Whether the intersection of the receiver and otherSet is non-empty.

Parameters

otherSet

A set to test for intersection with.