Function espr::parser::algorithm_head [−][src]
pub fn algorithm_head(
input: &str
) -> ParseResult<'_, (Vec<Declaration>, Vec<Constant>, Vec<LocalVariable>)>
Expand description
173 algorithm_head = { declaration } [ constant_decl ] [ local_decl ] .