Desire for Immutable Data Helpers in Effect Library
I'd love if Effect had some nice immutable data helpers (maybe it does and I haven't found them). For example, an
Effect.Array.updateWhere that takes a predicate and an updater function, or maybe even something like an Effect.Array.updateIn if it's possible in TypeScript that allows me to make deeply-nested updates.