setUnion

fun setUnion(set: Set, other: Set)

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

Since

0.9.2

Parameters

set

A set

other

Another set