Skip to content

Allow passing any supported collection directly instead of wrapping with source() #4

@royalicing

Description

@royalicing

Before:

union(source(firstSet), source(secondSet));

After:

union(firstSet, secondSet);

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