fn isSet(self: Self, index: usize) bool
Returns true if the bit at the specified index is present in the set, false otherwise.
self: Self,
index: usize,