Help for this page

Select Code to Download


  1. or download this
    pugs> my @array does role {
    ....> multi method insert ($x) { @.push($x) unless any(self) eqv $x }
    ...
    pugs> say @array
    12345634567
    Bool::True