@orange If I understood the purpose, `arrange` is ...
# random
v
@orange If I understood the purpose,
arrange
is equivalent to
groupBy().mapValues {it.last}
. So it is used in cases when for every key there should be a value (and over values are dropped). From the top of the head it is
associate
("сопоставить")