[fpc-pascal] Feature announcement: Dynamic array extensions

Bart bartjunk64 at gmail.com
Fri May 25 10:18:26 CEST 2018


On Fri, May 25, 2018 at 8:42 AM, Ryan Joseph <ryan at thealchemistguild.com> wrote:
> Oh Insert on the last element works like Push. There really should be a Push/append etc.. function in there. I know it’s redundant but doing
>
> Insert(arr, High(arr), value) is more work than Push(arr, value) and it’s not clear if we can add this ourselves easily without making tons of overloads.

Add() would sound more logical to me then.

Bart



More information about the fpc-pascal mailing list