ctl
ctl copied to clipboard
Optional ctl/generic.h
Use C11 _Generic type-specializers to get rid of the longer names, when requested.
Thus vec_int_init_from(&vec) would be vec_init_from(&vec) or even init_from(&vec)
We cannot make that optional as with integral methods, but only user-requested, and only for supporting compilers. (most)