API for anansi.map-utilities
by
Unknown
Usage:
(ns your-namespace
(:require anansi.map-utilities))
Overview
Public Variables and Functions
get-keys
function
Usage: (get-keys the-map value)
Utility function to return a list of all the keys in a map that have a given value
remove-value
function
Usage: (remove-value the-map value)
Utility function that removes all entries in a map by value
remove-values
function
Usage: (remove-values the-map values)
Utility function that remvoes all entries in a map by value