On Wed, 10 May 2023, Thomas Kurz via fpc-pascal wrote:
Dear Michael,
thank you for the explanation. I understand that the helper overwrites the
original constructor. But...
I have defined "type TSomething = type TVec3f" (note the second "type").
So from my perspective, I'd assume that the
Dear Michael,
thank you for the explanation. I understand that the helper overwrites the
original constructor. But...
I have defined "type TSomething = type TVec3f" (note the second "type"). So
from my perspective, I'd assume that the TSomethingHelper doesn't apply to
TVec3f at all because TSo