If I have a scenario like this ``` Map.new<Principal, Map.Map<Text, Nat>>() ``` What is the best way to read and write to nested maps?
If I have a scenario like this
What is the best way to read and write to nested maps?