Bitset.contains

Checks if the given @value has been added to @self

class Bitset
bool
contains
(
uint value
)

Parameters

value uint

the value to check

Return Value

Type: bool

%TRUE if @self contains @value

Meta