[][src]Function dprint_core::conditions::if_above_width_or

pub fn if_above_width_or(
    width: u8,
    true_items: PrintItems,
    false_items: PrintItems
) -> Condition

Prints the provided true_items when the current relative column number is above the specified width or prints the false_items otherwise.