Function texting::contingent_lines[][src]

pub fn contingent_lines<I>(
    vec: I,
    delim: &str,
    level: u8,
    brac: &Brac
) -> String where
    I: IntoIterator,
    I: Sized,
    I::IntoIter: Iterator<Item = I::Item>,
    I::Item: Display