Commits

Michael Gottesman committed ca8d27e7370
Add in EnumeratorRange<T> and swift::enumerate(). This commit provides an enumerator that yields both the index of an element in a random access collection and the index itself. This is useful when one wants the post order and or rpo number of an element and the element itself. Swift SVN r32102