Qurak

KeySelect

Available

Selects elements of an association by a key criterion; supports the operator form KeySelect[crit][assoc]

KeySelect[assoc, crit]
KeySelect[crit]
KeySelect[<|1 -> a, 2 -> b, 3 -> c|>, EvenQ] → <|2 -> b|>KeySelect[EvenQ][<|1 -> a, 2 -> b, 3 -> c|>] → <|2 -> b|>

Topics

Related

All 6300 functions · Use this from an MCP client