class Array is also { method insert ($self: $x){ $self.push($x) unless $self.first($x); } }