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