Skip to main content

Generic Class

// No Native Support.
// Use void pointers, macros, or generate type-specific structs/functions.

typedef struct Box
{
void *value;
} Box;