Companion

Functions

Link copied to clipboard

Creates an empty instance of BitSet32.

Link copied to clipboard
fun full(): BitSet32

Creates a full instance of BitSet32, which contains all elements in 0..31.

Link copied to clipboard
fun of(vararg elements: Int): BitSet32

Creates an instance of BitSet32 that contains the given elements.