Commits

Dave Abrahams committed 0d68b3a4af6
[stdlib] Generate RandomAccessCollection defaults The defaults we were generating for Collection and BidirectionalCollection didn't make any sense, because if you could do that strideable arithmetic then you essentially had random access. Instead we constrain the defaults to apply to RandomAccessCollection where the Indices are a CountableRange.