Logo

Programming-Idioms

History of Idiom 170 > diff from v7 to v8

Edit summary for version 8 by programming-idioms:
+keywords

Version 7

2018-06-12, 20:57:34

Version 8

2018-08-06, 15:40:47

Idiom #170 Get map size

Set n to the number of elements stored in mymap.

This is not always equal to the map capacity.

Idiom #170 Get map size

Set n to the number of elements stored in mymap.

This is not always equal to the map capacity.

Extra Keywords
length count