Skip to content

Functions Dict

Jason Barr edited this page Sep 22, 2021 · 2 revisions

A set of functions that treat objects like immutable dictionaries.

The Functions

  • clear
  • concat
  • copy
  • deleteValue
  • each
  • eachWithKey
  • get - returns Option
  • getWithDefault
  • has
  • index
  • map
  • mapEntries
  • mapKeys
  • mapWithKeys
  • merge
  • set
  • toMap
  • toObject
  • toQueryString
  • unset
  • update
Clone this wiki locally