KeyExistsQ
KeyExistsQ(association, key)
test if the
key
value is a key in theassociation
.
Examples
>> KeyExistsQ(<|1->U,2->V|>, 1)True
>> KeyExistsQ(<|1->U,2->V|>, V)False
Related terms
Association, AssociationMap, AssociationQ, AssociationThread, Counts, Lookup, Keys, KeySort, Values