Commits

Ben Langmuir committed 826dae3300d
[stdlib] Rename stdlib-private init(_ _buffer:) to init(_buffer:) This is good hygiene, since the buffer will also be a collection and could potentially be passed to the unspecialized Sequence initializer, as indeed was happenining for ArraySlice (see FIXME(ABI) comment).