Function eos_rs::api::dungeon_mode::digit_count
source · pub fn digit_count(_ov29: &OverlayLoadLease<29>, n: i32) -> i32
Expand description
Counts the number of digits in a nonnegative integer.
If the number is negative, it is cast to a u16 before counting digits.