setIntersect

fun setIntersect(set: Set, other: Set)

Makes @set the intersection of @set and @other.

Since

0.9.2

Parameters

set

A set

other

Another set