Skip to content

Keys

Keys(association)

return a list of keys of the association.

Examples

>> Keys(<|ahey->avalue, bkey->bvalue, ckey->cvalue|>)
{ahey,bkey,ckey}

Association, AssociationQ, Counts, Lookup, Key, KeySort, Values

Implementation status

  • ✅ - full supported

Github