fn parse_map_entry_into_map_ident_and_proc_ident( pair: Pair<'_, Rule>, ) -> (String, String)
Parses a map_entry into the name of the map and the identifier of the element used as an index in the map
map_entry