Results for “Std.Bits.highestSetBit”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Bits.highestSetBit
&T -> Option[Int] where T: BitsThe position of the highest set bit, or
Nonewhen no bit is set.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&T -> Option[Int] where T: BitsThe position of the highest set bit, or None when no bit is set.