groupSortOn length ["test","of","sized","item"] == [["of"],["test","item"],["sized"]]
groupOn abs [1,-1,2] == [[1,-1], [2]]