Skip to content

values

values returns the list of values from a map.

Notes

  • The order follows the sorted order of the keys.
  • Use it when you need to flatten or iterate over map values.
  • It is commonly paired with keys.