Bitset.remove

Removes value from self if it was part of it before.

class Bitset
bool
remove
(
uint value
)

Parameters

value uint

value to remove

Return Value

Type: bool

true if value was part of self and self was changed