Open lucasbaizer2 opened 1 year ago
Struct types should be immutable, but it's often useful to create a new struct with modified values and reassign it. As syntactical sugar for performing this, the C#10-inspired with operator is required.
with
Struct types should be immutable, but it's often useful to create a new struct with modified values and reassign it. As syntactical sugar for performing this, the C#10-inspired
with
operator is required.