-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
awaiting-reviewAn issue or pull request that needs to be reviewedAn issue or pull request that needs to be reviewedquestionA question needs to be answered before progress can be made on this issueA question needs to be answered before progress can be made on this issue
Description
Lists are enumerable
, What does enumerable mean?
Is the meaning of enumerable that you can refer to a value by numerical reference (by counting from left to right)?
Say I have a list: ["a", "b", "c"]
, the numerical reference/ index of a
would be 0
, b = 1, c = 2
?
I've looked at dictionary definitions as well as this forum question: http://softwareengineering.stackexchange.com/questions/199592/what-does-enumerable-mean and can't tell if it's more complex than my original assumption.
nelsonic and cesc1989
Metadata
Metadata
Assignees
Labels
awaiting-reviewAn issue or pull request that needs to be reviewedAn issue or pull request that needs to be reviewedquestionA question needs to be answered before progress can be made on this issueA question needs to be answered before progress can be made on this issue