Is there an easy way to combine `sortedBy()` and `...
# announcements
s
Is there an easy way to combine
sortedBy()
and
nullLast()
. Best I can figure out is making a
Comparator
myself with
compareValues(a: T?, b: T?)
.