Skip to content

Values

Values(association)

return a list of values of the association.

Examples

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

Association, AssociationQ, Counts, Keys, KeySort, Lookup

Implementation status

  • ✅ - full supported

Github