Skip to content

Optional ctl/generic.h #4

Open
Open
@rurban

Description

@rurban

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)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions