mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename SequenceType.Generator associated type to SequenceType.Iterator
This commit is contained in:
committed by
Max Moiseev
parent
4d048a0091
commit
2cf172160c
@@ -732,7 +732,8 @@ public func transcode<
|
||||
@warn_unused_result
|
||||
internal func _transcodeSomeUTF16AsUTF8<
|
||||
Input : CollectionType
|
||||
where Input.Generator.Element == UInt16>(
|
||||
where
|
||||
Input.Iterator.Element == UInt16>(
|
||||
input: Input, _ startIndex: Input.Index
|
||||
) -> (Input.Index, _StringCore.UTF8Chunk) {
|
||||
typealias UTF8Chunk = _StringCore.UTF8Chunk
|
||||
|
||||
Reference in New Issue
Block a user