[fpc-devel] Aligned dynamic arrays

Ryan Joseph ryan at thealchemistguild.com
Sat Mar 30 02:23:30 CET 2019



> On Mar 29, 2019, at 9:15 PM, Anthony Walter <sysrpl at gmail.com> wrote:
> 
> Ryan, actually ...
> 
> A.Length := 1;
> A[0].X := 100;
> 
> ... does work in my implementation.

Really, how? [] property uses a getter which copies the array right? I’mm not aware of how to do this in Pascal without pointers.

Regards,
	Ryan Joseph




More information about the fpc-devel mailing list