Skip to content

Commit

Permalink
Date the (==) operator
Browse files Browse the repository at this point in the history
Also mention https://raku.land/zef:lizmat/Set::Equality as an alternative
  • Loading branch information
lizmat committed Mar 9, 2023
1 parent 6ca70da commit 4aea97f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/Language/setbagmix.rakudoc
Expand Up @@ -180,12 +180,22 @@ Returns C<True> if C<$a> and C<$b> are B<identical>, else C<False>.
L<More information|/language/operators#infix_(==),_infix_≡>,
L<Wikipedia definition|https://en.wikipedia.org/wiki/Equality_(mathematics)#Equality_in_set_theory>.

Available as of the 2020.07 Rakudo compiler release. Users of older
versions of Rakudo can install the
L<Set::Equality|https://raku.land/zef:lizmat/Set::Equality> module for
the same functionality.

=head3 infix ≢

Returns C<True> if C<$a> and C<$b> are B<not identical>, else C<False>.
L<More information|/language/operators#infix_≢>,
L<Wikipedia definition|https://en.wikipedia.org/wiki/Equality_(mathematics)#Equality_in_set_theory>.

Available as of the 2020.07 Rakudo compiler release. Users of older
versions of Rakudo can install the
L<Set::Equality|https://raku.land/zef:lizmat/Set::Equality> module for
the same functionality.

=head2 Set operators that return a C<QuantHash>

=head3 infix (|), infix ∪
Expand Down

0 comments on commit 4aea97f

Please sign in to comment.