Dict.put_new_lazy

You're seeing just the function put_new_lazy, go back to Dict module for more information.
Link to this function

put_new_lazy(dict, key, fun)

View Source
This function is deprecated. Use the Map module for working with maps or the Keyword module for working with keyword lists.

Specs

put_new_lazy(t(), key(), (() -> value())) :: t()