Skip to main content

pad_rows_fixed

Function pad_rows_fixed 

Source
pub fn pad_rows_fixed<R: Clone>(
    rows: &mut Vec<R>,
    row_fn: impl Fn() -> R,
    height: Option<usize>,
)
Expand description

Pad to the next multiple of 32, with an option to specify the fixed height.