Logo

Programming-Idioms

History of Idiom 51 > diff from v32 to v33

Edit summary for version 33 by Dodopod:
New Scheme implementation by user [Dodopod]

Version 32

2016-11-28, 22:37:33

Version 33

2017-06-13, 15:22:15

Idiom #51 Check if map contains key

Determine whether map m contains an entry for key k

Illustration

Idiom #51 Check if map contains key

Determine whether map m contains an entry for key k

Illustration
Extra Keywords
table dictionary hash
Extra Keywords
table dictionary hash
Code
(assoc k m)