diff --git a/infra.bs b/infra.bs index a9e2da3..01c621f 100644 --- a/infra.bs +++ b/infra.bs @@ -1726,6 +1726,10 @@ of creating a new ordered set |set| and, for each |item| cloning |A| as |set| and, for each |item| of |B|, appending |item| to |set|. +
The difference of ordered sets |A| and |B|, is the result +of creating a new ordered set |set| and, for each |item| of |A|, if |B| +[=set/contains|does not contain=] |item|, appending |item| to |set|. +
The range n to m,