As the title says. For example:
Original
{18=>13, 0=>13, 27=>13, 9=>13, 19=>13, 12=>12, 21=>12, 31=>12, 4=>12, 22=>12}
I want it become like this:
{0=>13, 9=>13, 18=>13, 19=>13, 27=>13, 4=>12, 12=>12, 21=>12, 22=>12, 31=>12}
Can anyone help? Thanks.