1 2 3 4 5 6 7
#!/bin/env raku unit sub MAIN(*@ints); my %b = @ints.Bag; my %s = (+«%b.max(:by({.value}), :k)).Set; put +@ints.grep(%s);