Help for this page

Select Code to Download


  1. or download this
    # pseudo-code
    my @array;
    method @array.insert ($x) { push $_, $x if $x == none($_) }