pub fn prepend_stmts<T>(
    to: &mut Vec<T, Global>,
    stmts: impl Iterator<Item = T> + ExactSizeIterator
) where
    T: StmtLike
Expand description

inject stmts after directives