Effect-ts HashMap.getPath Function
Does effect have a function which takes path of the props and return an Option ?
I saw
I saw
HashMap.get (https://effect-ts.github.io/effect/effect/HashMap.ts.html#get) but it still takes just one prop, not a path.