Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions std/algorithm/setops.d
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ $(T2 multiwayMerge,
$(T2 multiwayUnion,
Computes the union of a range of sorted ranges.)
$(T2 setDifference,
Lazily computes the set difference of two or more sorted ranges.)
Lazily computes the set difference of two sorted ranges.)
$(T2 setIntersection,
Lazily computes the intersection of two or more sorted ranges.)
$(T2 setSymmetricDifference,
Lazily computes the symmetric set difference of two or more sorted
ranges.)
Lazily computes the symmetric set difference of two sorted ranges.)
)

Copyright: Andrei Alexandrescu 2008-.
Expand Down
Loading