Skip to content

KeyValueMap

Applies a two-argument function to each key/value pair.

$ wo 'KeyValueMap[List, <|a -> 1, b -> 2|>]'
{{a, 1}, {b, 2}}