Skip to content

Commit d16c2da

Browse files
committed
Adds note on reverse refs #1105
1 parent 0d6b801 commit d16c2da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Type/Mix.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Coerces the C<Mix> to a L«C<BagHash>|/type/BagHash». The weights are convert t
9696
which means the number of keys in the resulting C<BagHash> can be fewer than in the
9797
original C<Mix>, if any of the weights are negative or truncate to zero.
9898
99+
=head2 method reverse
100+
101+
I<Note>: This method is inherited from L<Any|/type/Any#routine_reverse>, however, C<Mix>es do not have an inherent order and you should not trust it returning a consistent output.
102+
99103
=head1 See Also
100104
101105
L<Sets, Bags, and Mixes|/language/setbagmix>

0 commit comments

Comments
 (0)