You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Type/Mix.pod6
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ Coerces the C<Mix> to a L«C<BagHash>|/type/BagHash». The weights are convert t
96
96
which means the number of keys in the resulting C<BagHash> can be fewer than in the
97
97
original C<Mix>, if any of the weights are negative or truncate to zero.
98
98
99
+
=head2method 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.
0 commit comments