Logo

Programming-Idioms

History of Idiom 52 > diff from v44 to v45

Edit summary for version 45 by programming-idioms.org:
Linked to idiom #8 [Initialize a new map (associative array)]

Version 44

2020-08-07, 19:34:44

Version 45

2020-12-14, 22:27:55

Idiom #52 Check if map contains value

Determine whether map m contains an entry with value v, for some key.

Idiom #52 Check if map contains value

Determine whether map m contains an entry with value v, for some key.

Variables
m,v
Variables
m,v
Extra Keywords
table dictionary hash
Extra Keywords
table dictionary hash