Skip to content

Commit 520d8a1

Browse files
committed
Mention set/bag ops in junctive section
1 parent e2f5951 commit 520d8a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

S03-operators.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3229,6 +3229,10 @@ corresponding list operators. However, junctive methods on a hash
32293229
make a junction of only the hash's keys. Use the listop form (or an
32303230
explicit C<.pairs>) to make a junction of pairs.
32313231

3232+
The various operators for sets and bags (intersection, union,
3233+
etc.) also have junctive precedence (except for those that return Bool,
3234+
which are instead classified as chaining operators).
3235+
32323236
=head1 Comparison semantics
32333237

32343238
=over

0 commit comments

Comments
 (0)