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 5ed9ce7 commit e2d3b11Copy full SHA for e2d3b11
std/algorithm/setops.d
@@ -26,12 +26,11 @@ $(T2 multiwayMerge,
26
$(T2 multiwayUnion,
27
Computes the union of a range of sorted ranges.)
28
$(T2 setDifference,
29
- Lazily computes the set difference of two or more sorted ranges.)
+ Lazily computes the set difference of two sorted ranges.)
30
$(T2 setIntersection,
31
Lazily computes the intersection of two or more sorted ranges.)
32
$(T2 setSymmetricDifference,
33
- Lazily computes the symmetric set difference of two or more sorted
34
- ranges.)
+ Lazily computes the symmetric set difference of two sorted ranges.)
35
)
36
37
Copyright: Andrei Alexandrescu 2008-.
0 commit comments