pub fn if_above_width(width: u8, items: PrintItems) -> Condition
Expand description
Prints the provided items when the current relative column number is above the specified width.
pub fn if_above_width(width: u8, items: PrintItems) -> Condition
Prints the provided items when the current relative column number is above the specified width.