[fpc-pascal] Array of const and generics
Ryan Joseph
ryan at thealchemistguild.com
Thu Mar 2 13:46:39 CET 2017
> On Mar 2, 2017, at 5:45 PM, Sven Barth <pascaldragon at googlemail.com> wrote:
>
> "array of const" itself should work without problems though mixing the type parameters and the values contained in the array might be problematic (I'd need to test it myself).
It doesn’t work from my tests.
> However for your specific example case why don't you use "array of T" as a parameter type for the constructor. It would work the same, but would be even more type safe and in the spirit of generics.
I didn’t even know you could pass a dynamic array as a parameter so I was always using array of const. Thanks, learning more new things again!
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list