Commits

Dave Abrahams committed 1a7648b04b9
[stdlib] String.stringWithBytes: drop length param The length could already be given by the input sequence. Also, make it accept any generic Sequence of bytes, rather than requiring an array. Fixes <rdar://problem/17034413> Swift SVN r20480