leadingOnes
private fn
uint leadingOnes(ulong x) pure nothrow @safe @nogcReturns the number of most significant ones before a zero can be found in x. If x contains no zeros (i.e. is equal to ulong.max), returns 64.