We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eef42d commit 49f0295Copy full SHA for 49f0295
stdlib/public/core/Dictionary.swift
@@ -879,6 +879,8 @@ extension Dictionary {
879
/// transformed value of the same or of a different type.
880
/// - Returns: A dictionary containing the keys and transformed values of
881
/// this dictionary.
882
+ ///
883
+ /// - Complexity: O(*n*), where *n* is the length of the dictionary.
884
@inlinable // FIXME(sil-serialize-all)
885
public func mapValues<T>(
886
_ transform: (Value) throws -> T
0 commit comments