Maps associate keys with values. Several helper functions are provided for working with the standard JS Map class.
Import example
import { Maps } from 'https://unpkg.com/ixfx/dist/data.js'; Copy
import { Maps } from 'https://unpkg.com/ixfx/dist/data.js';
Adding
Deleting
Finding/Iterating
Transforming values
Array.map
Creating
To some other data
Etc
See also ixfx's Collections module for custom map implementations.
Maps associate keys with values. Several helper functions are provided for working with the standard JS Map class.
Import example
Adding
Deleting
Finding/Iterating
Transforming values
Array.map
, but for Maps. Useful for generating a map as a transform of an input map.Creating
To some other data
Etc
See also ixfx's Collections module for custom map implementations.