pubgrub/dict_utils

Small helpers for working with gleam/dict.

Values

pub fn get(
  dict_value: dict.Dict(k, v),
  key: k,
) -> option.Option(v)

Return Some(value) when present, otherwise None.

Search Document