pub fn least_significant_bit(input: &JsValue) -> Result<JsValue, JsValue>
Computes the index of the least significant bit of the u128 number. The least significant bit is at index 0, and the most significant bit is at index 127.
input
The index of the least significant bit.