Bitset.contains

bool contains(uint value)

Checks if the given value has been added to self

Parameters

valuethe value to check

Returns

true if self contains value