[fpc-pascal] Feature announcement: Dynamic array extensions

denisgolovan denisgolovan at yandex.ru
Sat Jun 2 10:19:55 CEST 2018


It's technically possible.

But for vector operations to be valid/consistent both of them should work the same way. That is perform arithmetic per-element addition. 

BTW, you first overload is not implemented properly. You need to clone "left"  first and return it as a result.

BR,
Denis



More information about the fpc-pascal mailing list