Anthony Walter via fpc-pascal <fpc-pascal@lists.freepascal.org> schrieb am
Mo., 22. Juni 2020, 06:29:

> Great news and thank you to all the developers! I carefully read through
> the notes and look forward to using the new array methods and also the
> management operators.
>
> One question to everyone though, what use cases do you see for the
> IsManagedType intrinsic?
>

Mainly generics. E.g. when dealing with arrays you can simply do a Move()
for non managed types, while for managed types you need to do it by
element.

Regards,
Sven

>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to