Function espr::parser::general_array_type[][src]

pub fn general_array_type(input: &str) -> ParseResult<'_, Type>
Expand description

225 general_array_type = ARRAY [ bound_spec ] OF [ OPTIONAL ] [ UNIQUE ] parameter_type .