-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
A-GeneralArea: General stuff (isn't in any specfic area)Area: General stuff (isn't in any specfic area)S-BlockedStatus: blocked (another issue needs to be finsihed before this can be started)Status: 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)Status: A decision needs to be made (e.g. how to implement it, refactor or not)T-featureA new featureA new feature
Description
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
Labels
A-GeneralArea: General stuff (isn't in any specfic area)Area: General stuff (isn't in any specfic area)S-BlockedStatus: blocked (another issue needs to be finsihed before this can be started)Status: 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)Status: A decision needs to be made (e.g. how to implement it, refactor or not)T-featureA new featureA new feature