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»
Documentation for method Pair
assembled from the following types:
From Pair
Defined as:
method Pair()
Returns the invocant Pair object.
my = eggs => 3;say .Pair === ; # OUTPUT: «True»