Skip to content

Commit 7ef972c

Browse files
committed
0: Make iteration use key, value
1 parent 3cf12f6 commit 7ef972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Dictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public struct Dictionary<Key, Value> /*: INSFastEnumeration<T>*/
9595
//
9696

9797
@Sequence
98-
public func GetSequence() -> ISequence<(Key, Value)> {
98+
public func GetSequence() -> ISequence<(key: Key, value: Value)> {
9999
return DictionaryHelper.Enumerate<Key, Value>(dictionary)
100100
}
101101

0 commit comments

Comments
 (0)