Slip
ErrorsCollection

Slip

Synthesised documentation from type/Any type/Array

From type/Any

See Original text in context

method Slip(--> Slip:Dis nodal

Coerces the invocant to slips.

From type/Array

See Original text in context

multi method Slip(Array:D: --> Slip:D)

Converts the array to a Slip, filling the holes with the type value the Array has been defined with.

my Int @array= [0];
@array[3]=3;
say @array.Slip# OUTPUT: «(0 (Int) (Int) 3)␤»