is there an idiomatic way to get multiple mins if ...
# announcements
a
is there an idiomatic way to get multiple mins if they are
==
?
@Ruckus if I am using
minBy{...}
it might be nice since the contents of the actual object might be different
yeah... inefficient but clean
I mean 2x slower than most performant way
but probably not bad
kinda a micro-optimization to make a whole other func imo
perhaps you're right