Martin Frb via fpc-devel schrieb am Sa.,
29. Nov. 2025, 20:24:
> It is possible in const (anywhere where a const can be given, not just
> const blocks) to be able to:
> - access values inside structures
> - take the address of a field.
>
> That also works for types created by specialisation. But
It is possible in const (anywhere where a const can be given, not just
const blocks) to be able to:
- access values inside structures
- take the address of a field.
That also works for types created by specialisation. But only if they
are specialized to a new named type.
specialization can al