findContigOnes
private fn
uint findContigOnes(ulong x, uint n) pure nothrow @safe @nogcFinds a run of contiguous ones in x of length at least n.
uint findContigOnes(ulong x, uint n) pure nothrow @safe @nogcFinds a run of contiguous ones in x of length at least n.