Skip to main content

combine_width

Function combine_width 

Source
fn combine_width(a: Option<usize>, b: Option<usize>) -> Option<usize>
Expand description

Combines the widths of two operands: an untyped operand (None) inherits the other’s width; two explicit widths pick the wider.