sffs is a collection of bitwise operations, especially FFS.
rust // Count leading zeros assert_eq!(4, sffs:clz(1u64 << 60));