Skip to content

Introduce elemental operators for prepending #11

@KyNorthstar

Description

@KyNorthstar

This package allows this:

allDates + [date]

to be simplified to this:

allDates + date

but it doesn't yet allow this:

[date] + allDates

to be simplified to this:

date + allDates

and it should.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions