pub fn and(a: u64, b: u64) -> u64
Expand description

Returns true if all arguments are true.