AwesomeBitSet

final implicit class AwesomeBitSet(val bs: BitSet) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def &(other: BitSet): BitSet
def &=(other: BitSet): BitSet
def &~(other: BitSet): BitSet
def &~=(other: BitSet): BitSet
def +=(i: Int): BitSet
def ^(other: BitSet): BitSet
def ^=(other: BitSet): BitSet
def apply(r: Int): Boolean
def copy: BitSet
def foreach[U](f: Int => U): Unit
def map[U, C](f: Int => U)(implicit cbf: BuildFrom[BitSet, U, C]): C
def |(other: BitSet): BitSet
def |=(other: BitSet): BitSet

Concrete fields

val bs: BitSet