From Jason Turner

[alg.set.operations.general]

Diff to HTML by rtfpessoa

tmp/tmp6qimcim0/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #### General <a id="alg.set.operations.general">[[alg.set.operations.general]]</a>
2
+
3
+ Subclause [[alg.set.operations]] defines all the basic set operations on
4
+ sorted structures. They also work with `multiset`s [[multiset]]
5
+ containing multiple copies of equivalent elements. The semantics of the
6
+ set operations are generalized to `multiset`s in a standard way by
7
+ defining `set_union` to contain the maximum number of occurrences of
8
+ every element, `set_intersection` to contain the minimum, and so on.
9
+