Bitset.contains
bool contains(uint value)Checks if the given value has been added to self
Parameters
value | the value to check |
Returns
true if self contains value
bool contains(uint value)Checks if the given value has been added to self
value | the value to check |