Documentation for method Pair assembled from the following pages:

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␤»