Top Level
Components
Guides
Documenting
Defined in carb/math/Util.h
Searches an integer value from least significant bit to most significant bit for the first set (1) bit.
val – [in] The integer value
One plus the bit position of the first set bit, or zero if val is zero.
val