Right, so this should´n be working I think.
struct SomeStruct { void foo(int); }SomeStruct s; s.foo = 10;
I thought that only with @property this will work.
SrMordred via Digitalmars-d-learn Mon, 21 May 2018 05:21:30 -0700
Right, so this should´n be working I think.
struct SomeStruct { void foo(int); }SomeStruct s; s.foo = 10;
I thought that only with @property this will work.