Skip to content

Unmodifiable collections instead of copies #21

@nstdio

Description

@nstdio

Currently, we're copying collections when on returning. This results copy on each invocation which is quite unnecessary.
We need to return unmodifiable view of collection in question. For users modifying returned collections this is breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions