Commits

Dave Abrahams committed cf6842efdb2
[stdlib] Drop the "by" method on Range<T> That functionality is now covered by the stride() functions for Range<T:RandomAccessIndex>, and probably shouldn't be used for ranges of lesser Index protocols anyway. Swift SVN r19803