We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4675f6 commit b4d4d89Copy full SHA for b4d4d89
doc/Language/operators.pod6
@@ -2195,7 +2195,7 @@ Note that setting $*TOLERANCE = 0 will cause all comparisons to fail.
2195
say 1 =~= 1; # OUTPUT: «False»
2196
}
2197
2198
-=head2 infix (elem), infix ∈»
+=head2 infix (elem), infix ∈
2199
2200
multi sub infix:<(elem)>($a,$b --> Bool:D)
2201
multi sub infix:<∈>($a,$b --> Bool:D)
@@ -2227,7 +2227,7 @@ C<!(elem)>.
2227
2228
C«∉» is codepoint U+2209 (NOT AN ELEMENT OF).
2229
2230
-=head2 infix (cont), infix ∋»
+=head2 infix (cont), infix ∋
2231
2232
multi sub infix:<(cont)>($a,$b --> Bool:D)
2233
multi sub infix:<∋>($a,$b --> Bool:D)
0 commit comments