zain
players.groupBy { it.skill }
playersInBudget.groupBy { it.skill }.takeIf { it.size <= 20 }
A modern programming language that makes developers happier.