ctl icon indicating copy to clipboard operation
ctl copied to clipboard

Optional ctl/generic.h

Open rurban opened this issue 4 years ago • 0 comments

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)

rurban avatar Jan 14 '21 08:01 rurban