
[;1m  map_size(Map)[0m

[;;4mSince[0m:
  OTP 17.0

  Returns an integer, which is the number of key-value pairs in [;;4mMap[0m.

  For example:

    > map_size(#{a=>1, b=>2, c=>3}).
    3
