sub slip

Documentation for sub slip assembled from the following types:

class Slip

From Slip

(Slip) sub slip

Defined as:

multi sub slip(--> Empty)
multi sub slip(@args --> Slip:D)
multi sub slip(+args --> Slip:D)

Creates a Slip from its arguments by calling .Slip on the object formed by them. Returns Empty if called with void arguments.