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