Help for this page
pugs> my @array does role { ....> multi method insert ($x) { @.push($x) if none(self) eqv $x } ... pugs> say @array 12345634567 Bool::True