Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

List copy compatible #144

Open Nielsbishere opened 6 months ago

Nielsbishere commented 6 months ago

The following need special functions just in case a copy function needs to be invoked (Suffix with Underlying):

_createCopy + _createSubsetCopy + _createRepeated + _createReverse + _createSubsetReverse

_set + _copy _resize + _reserve + _shrinkToFit

_popBack + _popFront + _popLocation _pushBack + _pushFront _eraseFirst + _eraseLast + _eraseAll + _erase + _eraseAllIndices _insert + _pushAll + _insertAll _clear _free

And x functions 😦