of

fun of(vararg elements: Int): MutableBitSet32(source)

Creates an instance of MutableBitSet32 that contains the given elements.

If elements contains duplicates, they will only be present once in the resulting set (since sets cannot contain duplicates).

Throws

If an element is not in the range 0..31.