Idiom #350 Create an enumerated collection
Generate a collection of "enumerated" values.
For example, Python's `enumerate` built-in function.
https://docs.python.org/3/library/functions.html#enumerate
Generate a collection of "enumerated" values.
For example, Python's `enumerate` built-in function.
https://docs.python.org/3/library/functions.html#enumerate