A map may legitimately store zero. How should code distinguish an absent key from a prese…

from Go
intermediate 1 min

A map may legitimately store zero. How should code distinguish an absent key from a present key mapped to zero?

Report an error