fn isSet(self: Self, index: usize) bool

Returns true if the bit at the specified index is present in the set, false otherwise.

Parameters

self: Self,
index: usize,