Skip to content

Commit 69007e8

Browse files
author
mkandil
committed
add comment to __findMutatingUnsafe
1 parent 6ce93ce commit 69007e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/Cxx/CxxDictionary.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ public protocol CxxDictionary<Key, Value> {
2828
/// Do not implement this function manually in Swift.
2929
func __findUnsafe(_ key: Key) -> RawIterator
3030

31+
/// Do not implement this function manually in Swift.
32+
func __beginUnsafe() -> RawIterator
33+
3134
/// Do not implement this function manually in Swift.
3235
mutating func __findMutatingUnsafe(_ key: Key) -> RawMutableIterator
3336

0 commit comments

Comments
 (0)