Yeah; this is what the new iterator methods were intended to solve
https://x.com/MozDevNet/status/2029527411424219254
// This type of usage creates intermediates array.map().filter() // But these would not? array.values().map().filter().toArray() array.values().reduce()