method List
1 | class Any |
1.1 | (Any) method List |
2 | class Slip |
2.1 | (Slip) method List |
Documentation for method List
assembled from the following types:
class Any
From Any
(Any) method List
Defined as:
method List(--> List) is nodal
Coerces the invocant to List, using the list method.
class Slip
From Slip
(Slip) method List
Defined as:
multi method List(Slip: --> List)
Turns it into a list.