Documentation for trait is raw
assembled from the following pages:
Class: Routine §
From Routine
(Routine) trait is raw §
Defined as:
multi sub trait_mod:<is>(Routine , :!)
Gives total access to the data structure returned by the routine.
my = <zape zapatilla>;sub þor() is raw ;þor()[1] = 'pantuflo';say ; # OUTPUT: «[zape pantuflo]»