Pair
ErrorsCollection

Pair

Synthesised documentation from type/Pair

From type/Pair

See Original text in context

method Pair()

Returns the invocant Pair object.

my $pair = eggs => 3;
say $pair.Pair === $pair;                         # OUTPUT: «True␤»