method Hash
Documentation for method Hash
assembled from the following types:
class Any
From Any
(Any) method Hash
Defined as:
multi method Hash( --> Hash)
Coerces the invocant to Hash.
role QuantHash
From QuantHash
(QuantHash) method Hash
method Hash()
Coerces the QuantHash
object to a Hash (by stringifying the objects for the keys) without any limitations on the values, and returns that.