See Original text in context
An Enumeration
property.
<Þor Oðin Freija>;say Freija.key; # OUTPUT: «Freija»
See Original text in context
Returns the key of the pair that caused the error.
See Original text in context
multi method key(Pair:)
Returns the key part of the Pair
.
my = (Raku => "d");say .key; # OUTPUT: «Raku»