Generic, dynamically growing array

Posted By: 3run

Generic, dynamically growing array - 01/18/22 15:37

Generic, dynamically growing array that can hold any kind of data types, structures, etc. It will grow automatically x2 from the initial capacity size + with automatically shrink if needed. Almost everything was originally written by JustSid, so all the credit goes to him. I've migrated the code into LiteC.

Download link: https://github.com/3RUN/Dynamic-Array

Best regards.
© 2024 lite-C Forums