[fpc-pascal] FPC 3.2.0 released!

Sven Barth pascaldragon at googlemail.com
Mon Jun 22 14:05:31 CEST 2020


Anthony Walter via fpc-pascal <fpc-pascal at 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

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20200622/cf9d7809/attachment.htm>


More information about the fpc-pascal mailing list