KeyMemberQ¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
KeyMemberQ[assoc, key]
Gives True if key is present in assoc (same as KeyExistsQ), else False.
Examples (2)¶
Every input below was run against the current Mathilda build and its output recorded.
Basic examples (2)¶
Implementation notes¶
Attributes: Protected.
References¶
See also: KeyExistsQ, KeyFreeQ
- Source:
src/assoc.c - Specification:
docs/spec/builtins/data-structures.md - Tests:
tests/test_association.c - Tests:
tests/test_compile_assoc.c