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
Silence nearly matching warning for SortedArray.filter
Swift 4.2 warns that the SortedArray returning version of filter nearly
matches the one required by Sequence. The warning also helpfully tells
us to move it to another extension.
0 commit comments