Commit b6e3385
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.1 parent a9104b3 commit b6e3385
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments