pub fn one(b: bool) -> usize
b ? 1 : 0.
use lib::util::other::one; let mut count = 0; count += one("some" < "condition");