Function awint_internals::widen_add[][src]

pub const fn widen_add(x: usize, y: usize, z: usize) -> (usize, usize)
Expand description

Computes x + y + z and returns the widened result as a tuple.