# `InPlace.BitSet`

BitSet is close in functionality to MapSet with integer values as members.
The main difference is that BitSet has lower and upper bounds
for set values that have to be defined at the time of creation (see new/2).

# `compute_offset`

# `delete`

# `difference`

# `disjoint?`

# `disjoint_v1?`

# `disjoint_v2?`

# `empty?`

# `empty_set`

# `equal?`

# `filter`

# `get_matching_value`

# `intersection`

# `intersection_v1`

# `intersection_v2`

# `iterate`

# `max`

# `member?`

# `min`

# `new`

# `new`

# `next`

# `put`

# `reduce`

# `size`

# `subset?`

# `symmetric_difference`

# `to_list`

# `union`

# `union_v1`

# `union_v2`

# `update_block`

# `value_address`

# `value_address`

# `value_at_position`

# `value_at_position`

# `value_to_offset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
