const input = { a: { b: { c: 1 } } }; // if this safely parsed object exists
// Something like this could return an option and future steps would map over val.
const val = HashMap.path (input, ['a', 'b', 'c']);
const input = { a: { b: { c: 1 } } }; // if this safely parsed object exists
// Something like this could return an option and future steps would map over val.
const val = HashMap.path (input, ['a', 'b', 'c']);