Poll: do you use @property semantics?

Ruby The Roobster rubytheroobster at yandex.com
Thu Sep 15 01:31:23 UTC 2022


On Thursday, 15 September 2022 at 00:38:54 UTC, rikki cattermole 
wrote:
>
> On 15/09/2022 12:34 PM, Ruby The Roobster wrote:
>> I use it (though in my case, the code would still work the 
>> same even without @property).
>
> Okay, so you don't use the semantics provided by @property, a 
> UDA would still allow your code to work (see link for 
> semantics)?

I mean that because properties don't take any arguments, such a 
function could be called using UFCS, and it would act the same as 
if it were marked @property.


More information about the Digitalmars-d mailing list