Skip to content

Map.pop!(map, key) description #13833

@PrzemekRychter

Description

@PrzemekRychter

Elixir and Erlang/OTP versions

Removes the value associated with key in map and returns the value and the updated map, or **it raises if** key is n
I guess there is error in documentation

Operating system

windows

Current behavior

Removes the value associated with key in map and returns the value and the updated map, or it raises if key is n

Expected behavior

Removes the value associated with key in map and returns the value and the updated map, or it raises KeyError if key is n

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions