[][src]Function nonogrid::utils::pad_with

pub fn pad_with<T: Clone>(v: &mut Vec<T>, el: T, max_size: usize, right: bool)