mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: fold Sliceable into CollectionType and de-underscore SubSequence
Swift SVN r29845
This commit is contained in:
@@ -27,8 +27,8 @@ public func <(
|
||||
extension String {
|
||||
/// A collection of [Unicode scalar values](http://www.unicode.org/glossary/#unicode_scalar_value) that
|
||||
/// encode a `String` .
|
||||
public struct UnicodeScalarView : Sliceable, SequenceType, _Reflectable,
|
||||
CustomStringConvertible, CustomDebugStringConvertible, CollectionType {
|
||||
public struct UnicodeScalarView : CollectionType, _Reflectable,
|
||||
CustomStringConvertible, CustomDebugStringConvertible {
|
||||
init(_ _core: _StringCore) {
|
||||
self._core = _core
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user