Skip to content

Reverse inplace concatentation operator =.. #71

@MarcellPerger1

Description

@MarcellPerger1

Reverse inplace concatenation operator =.. like a =.. b means a = b .. a (a ..= b means a = a .. b)
The = would represent where the new string will go.
.. is a binary operator so no backcompat issues.
This is likely not going to be implemented for a while - it probably won't be implemented at all due to its sheer weirdness.
(..= isn't even implemented - it needs syntax desugaring (#40) which isn't even started)

Requires #40

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-GeneralArea: General stuff (isn't in any specfic area)S-BlockedStatus: blocked (another issue needs to be finsihed before this can be started)S-Decision-NeededStatus: A decision needs to be made (e.g. how to implement it, refactor or not)T-featureA new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions