kecc::ir::parse::ir_parse

Function __parse_allocation

Source
fn __parse_allocation<'input>(
    __input: &'input str,
    __state: &mut ParseState<'input>,
    __err_state: &mut ErrorState,
    __pos: usize,
) -> RuleResult<(usize, Named<Dtype>)>