BitSet.add

Set the indexed bit, resizing as necessary for heap-based instances (IndexOutOfBounds for statically-sized instances)

struct BitSet(int Count = 0)
void
add
(
size_t i
)

Meta