ExChromaDb.Map (ex_chroma_db v0.1.0)

View Source

A module that provides some useful functions for working with maps.

Summary

Functions

atom_keys_to_binary(map)

binary_keys_to_atom(map)

binary_keys_to_existing_atom(map)

convert(data)

delete_key_if_default(map, key, value, default \\ nil)

get(map, key, default \\ nil)

maybe_put(map, key, value)

merge_all(maps)

@spec merge_all([map()]) :: map()