BitSet

case class BitSet(length: Int, array: Array[Int])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +=(n: Int): Unit
def -=(n: Int): Unit
def apply(n: Int): Boolean
def clear(): Unit
def update(n: Int, b: Boolean): Unit

Inherited methods

Inherited from:
Product