Second Draft: Turn properties into first class accessors
12345swordy
alexanderheistermann at gmail.com
Sat Feb 22 17:49:15 UTC 2025
On Thursday, 13 February 2025 at 13:43:04 UTC, user1234 wrote:
> On Wednesday, 5 February 2025 at 20:37:30 UTC, 12345swordy
> wrote:
>> Per request via email, I managed to port it to a markdown
>> document.
>>
>> https://github.com/12345swordy/Public-Documents/blob/main/properties.md
>>
>> Destroy!
>
> After having read the document twice, I still find that the
> relationship with CTFE very unclear. Do you mean UFCS instead ?
No, I don't mean UFCS. CTFE allows you to use the assignment
operator with a single parameter function.
I.E.
void A(int x) {};
A = 1;
More information about the dip.development
mailing list