i have a collection of items i need to sort accord...
# codereview
c
i have a collection of items i need to sort according to an item attribute. but there are different sort modes so i can't just use
.sortBy { it.attr }