Skip to content

Allow pmap() and .update() to take an iterable of item pairs #272

@gilch

Description

@gilch

Python dicts can be constructed and updated this way. If one happens to have data in this form, one would currently have to go through a dict() first in order to construct or update a PMap.

These could perhaps both also take kwarg items, as Python's dict() and its .update() do, although that would preclude using kwargs for other purposes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions