Dict.pop

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

pop(dict, key, default \\ nil)

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

Specs

pop(t(), key(), value()) :: {value(), t()}