Rename SequenceType.Generator associated type to SequenceType.Iterator

This commit is contained in:
Dmitri Gribenko
2015-11-03 14:14:23 -08:00
committed by Max Moiseev
parent 4d048a0091
commit 2cf172160c
190 changed files with 1090 additions and 1044 deletions

View File

@@ -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