Function espr::parser::array_type  [−][src]
pub fn array_type(input: &str) -> ParseResult<'_, Type>Expand description
175 array_type = ARRAY bound_spec OF [ OPTIONAL ] [ UNIQUE ] instantiable_type .
pub fn array_type(input: &str) -> ParseResult<'_, Type>175 array_type = ARRAY bound_spec OF [ OPTIONAL ] [ UNIQUE ] instantiable_type .