You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode apparently has support for documenting complexity for a function. We should make sure it works ok with the comment formatter. There's an example if you look at the compactMapValues(_:) function on Dictionary. It looks like in that example, the formatter currently interprets the complexity as an additional parameter.
The text was updated successfully, but these errors were encountered:
Xcode apparently has support for documenting complexity for a function. We should make sure it works ok with the comment formatter. There's an example if you look at the
compactMapValues(_:)
function onDictionary
. It looks like in that example, the formatter currently interprets the complexity as an additional parameter.The text was updated successfully, but these errors were encountered: