method Pair
Documentation for method Pair
assembled from the following types:
class Pair
From Pair
(Pair) method Pair
Defined as:
method Pair()
Returns the invocant Pair object.
my $pair = eggs => 3; say $pair.Pair === $pair; # OUTPUT: «True»