Hi, Today we realized that despite the terminal operators `toList` and `toSet` being provided for `Flow`, there isn't anything to create a map from a `Flow`. Could we have `associate`, `associateBy` and `associateWith` for `Flow`, as we have for `Sequence`?
Hi,
Today we realized that despite the terminal operators
toListandtoSetbeing provided forFlow, there isn't anything to create a map from aFlow.Could we have
associate,associateByandassociateWithforFlow, as we have forSequence?