Group group
¶
Accepts a list and return a dictionary with the keys as distinct elements of the list and the values as the indexes of the elements in the list.
group
¶Accepts a list and return a dictionary with the keys as distinct elements of the list and the values as the indexes of the elements in the list.