Documentation for method Mixy
assembled from the following pages:
Role: QuantHash §
From QuantHash
(QuantHash) method Mixy §
method Mixy(--> Mixy)
Coerce the QuantHash
object to the equivalent object that uses the Mixy role.
my is Set = <one two>;say .Mixy; # OUTPUT: «Mix(one two)» my is Bag = one => 1, two => 2;say .Mixy; # OUTPUT: «Mix(one two(2))»