mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
added note to shrink todo
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
#define DYNARR_add DYNARR_COMB1(DYNARR_NAME, _add) // name of the addition function
|
#define DYNARR_add DYNARR_COMB1(DYNARR_NAME, _add) // name of the addition function
|
||||||
#define DYNARR_remove DYNARR_COMB1(DYNARR_NAME, _remove) // name of the removal function
|
#define DYNARR_remove DYNARR_COMB1(DYNARR_NAME, _remove) // name of the removal function
|
||||||
#define DYNARR_free DYNARR_COMB1(DYNARR_NAME, _free) // name of the freeing function
|
#define DYNARR_free DYNARR_COMB1(DYNARR_NAME, _free) // name of the freeing function
|
||||||
// TODO: add shrink function
|
// TODO: add shrink function (call when count < cap / 4)
|
||||||
// TODO: add resize function
|
// TODO: add resize function
|
||||||
// TODO: add bulk addition function
|
// TODO: add bulk addition function
|
||||||
// TODO: add bulk addition function (doesn't respec growth factor)
|
// TODO: add bulk addition function (doesn't respec growth factor)
|
||||||
|
|||||||
Reference in New Issue
Block a user