From cb34420198c91e454f4e0523b997604f067c5be4 Mon Sep 17 00:00:00 2001
From: mathonsunday
The optional second return value when getting a +
Above we didn’t
+need the index, so we ignored it with the
+blank identifier _
.
+The optional second return value when getting a
value from a map indicates if the key was present
in the map. This can be used to disambiguate
between missing keys and keys with zero values