Function sp1_core::utils::pad_rows

source ยท
pub fn pad_rows<T: Clone>(rows: &mut Vec<T>, row_fn: impl Fn() -> T)