In Array§
See primary documentation in context for method Slip
multi method Slip(Array: --> Slip)
Converts the array to a Slip
, filling the holes with the type value the Array
has been defined with.
my Int = [0];[3]=3;say .Slip; # OUTPUT: «(0 (Int) (Int) 3)»
In Any§
See primary documentation in context for method Slip
method Slip(--> Slip) is nodal
Coerces the invocant to Slip
.
In IterationBuffer§
See primary documentation in context for method Slip
method Slip(IterationBuffer: --> Slip)
Coerces the IterationBuffer
to a Slip
.