Function lualite::compiler::compile_declarations
source · [−]pub fn compile_declarations<I, D>(declarations: I) -> Vec<(String, Procedure)> where
I: IntoIterator<Item = D>,
D: Borrow<Declaration>,
pub fn compile_declarations<I, D>(declarations: I) -> Vec<(String, Procedure)> where
I: IntoIterator<Item = D>,
D: Borrow<Declaration>,