Logo

Programming-Idioms

History of Idiom 52 > diff from v40 to v41

Edit summary for version 41 by programming-idioms.org:
Updated picture URL by user [programming-idioms.org]

Version 40

2020-05-21, 16:09:04

Version 41

2020-07-05, 20:27:38

Idiom #52 Check if map contains value

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

Illustration

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