In Any§

See primary documentation in context for method MixHash

method MixHash(--> MixHash:Dis nodal

Coerces the invocant to MixHash, whereby Positionals are treated as lists of values.

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(123).MixHash;
say $b;                                           # OUTPUT: «MixHash(1 2 3)␤»