We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffebfb4 commit 2c3dbceCopy full SHA for 2c3dbce
infra.bs
@@ -1728,6 +1728,9 @@ of either with <var>replacement</var> and <a for=set>remove</a> all other instan
1728
<p class=note>This implies that an <a>ordered set</a> is both a <a for=set>subset</a> and a
1729
<a for=set>superset</a> of itself.
1730
1731
+<p>A [=/set=] |A| is <dfn export for=set>equal</dfn> to a [=/set=] |B|
1732
+if |A| is a [=subset=] of |B| and |A| is a [=superset=] of |B|.
1733
+
1734
<p>The <dfn export for=set>intersection</dfn> of <a>ordered sets</a> |A| and |B|, is the result
1735
of creating a new <a>ordered set</a> |set| and, <a for=list>for each</a> |item| of |A|, if |B|
1736
<a for=set>contains</a> |item|, <a for=set>appending</a> |item| to |set|.
0 commit comments