Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
List is very annoying to use because it's just a buffer. TList(T) could wrap List functions to behave the exact same, just for the respective type. This can also help safeguard invalid typed lists from being passed to a different type list.
Basically: List is the generic executor that works for any list while TList is the type specific extension. It will create a type specifically for that typed list.
List is very annoying to use because it's just a buffer. TList(T) could wrap List functions to behave the exact same, just for the respective type. This can also help safeguard invalid typed lists from being passed to a different type list.
Basically: List is the generic executor that works for any list while TList is the type specific extension. It will create a type specifically for that typed list.