[][src]Function dprint_core::conditions::if_above_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.