fn findFirstSet(self: Self) ?usize

Finds the index of the first set bit. If no bits are set, returns null.

Parameters

self: Self,