Commits

Dave Abrahams committed 312c55a3082
[stdlib] Range WIP 1: create RandomAccessRange Using ..< and ... on RandomAccessIndex endpoints now produces a distinct RandomAccessRange type that can have zero-based indexing, validation at creation, efficient strides (the other Range should probably lose its stride capability), and all kinds of other goodness. This is the first step in solving our cluster of outstanding Range-related issues. Swift SVN r19497