pub fn prepend_stmts<T: StmtLike>(
to: &mut Vec<T>,
stmts: impl ExactSizeIterator<Item = T>,
)
Expand description
inject stmts
after directives
pub fn prepend_stmts<T: StmtLike>(
to: &mut Vec<T>,
stmts: impl ExactSizeIterator<Item = T>,
)
inject stmts
after directives