In role Setty§
See primary documentation in context for method MixHash.
method MixHash(Setty:D: --> MixHash:D)
Returns a MixHash
containing the elements of the invocant.
my MixHash $b = Set.new(1, 2, 3).MixHash; say $b; # OUTPUT: «MixHash(1 2 3)»
In Any§
See primary documentation in context for method MixHash.
method MixHash(--> MixHash:D) is nodal
Coerces the invocant to MixHash
, whereby Positional
s are treated as lists of values.