Open emil14 opened 1 month ago
another way is
getList -> ... -> forEach
this might be better because of the same problems with struct selectors (also existing struct selectors could be sender/receiver kinds/expressions themselves)
XXX... allows more obvious usage in for statements
''' for xxx... {
} '''
OTOH 'xxx -> ... ->' allows multiple receivers flexibility
xxx -> [foo, ... -> bar]
Before
After
Props: this way we don't have to memorize naming for these convertors
Cons: doesn't cover case with arr-ports