method Pair
1 | class Pair |
1.1 | (Pair) 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 = eggs => 3;say .Pair === ; # OUTPUT: «True»