This range is left-closed, right-open, and indicates Std.Rco:
term ::= ...
| `a...b` is the range of elements greater than or equal to `a` and less than `b`\.
See also `Std.Rco`\.
term...term
This range is left-closed, right-open, and indicates Std.Rco:
term ::= ...
| `a...<b` is the range of elements greater than or equal to `a` and less than `b`\.
See also `Std.Rco`\.
term...<term
This range is left-closed, right-closed, and indicates Std.Rcc:
term ::= ...
| `a...=b` is the range of elements greater than or equal to `a` and less than or equal to
`b`\. See also `Std.Rcc`\.
term...=term
This range is left-closed, right-infinite, and indicates Std.Rci:
term ::= ...
| `a...*` is the range of elements greater than or equal to `a`\. See also `Std.Rci`\. term...*
This range is left-open, right-open, and indicates Std.Roo:
term ::= ...
| `a<...b` is the range of elements greater than `a` and less than `b`\.
See also `Std.Roo`\.
term<...term
This range is left-open, right-open, and indicates Std.Roo:
term ::= ...
| `a<...<b` is the range of elements greater than `a` and less than `b`\.
See also `Std.Roo`\.
term<...<term
This range is left-open, right-closed, and indicates Std.Roc:
term ::= ...
| `a<...=b` is the range of elements greater than `a` and less than or equal to `b`\.
See also `Std.Roc`\.
term<...=term
This range is left-open, right-infinite, and indicates Std.Roi:
term ::= ...
| `a<...*` is the range of elements greater than `a`\. See also `Std.Roi`\. term<...*
This range is left-infinite, right-open, and indicates Std.Rio:
term ::= ...
| `*...b` is the range of elements less than `b`\. See also `Std.Rio`\. *...term
This range is left-infinite, right-open, and indicates Std.Ric:
term ::= ...
| `*...<b` is the range of elements less than `b`\. See also `Std.Rio`\. *...<term
This range is left-infinite, right-closed, and indicates Std.Ric:
term ::= ...
| `*...=b` is the range of elements less than or equal to `b`\. See also `Std.Ric`\. *...=term
This range is infinite on both sides, and indicates Std.Rii:
term ::= ...
| `*...*` is the range that is unbounded in both directions\. See also `Std.Rii`\. *...*