Radiance icon indicating copy to clipboard operation
Radiance copied to clipboard

Feature: struct generics

Open shortercode opened this issue 5 years ago • 0 comments

Description

Structs currently have no level of polymorphism, adding generic parameters and templating will enable a number of use cases.

It will require syntax additions for declaring generic parameters as well as generic type arguments when instantiating a template. Unlike #1 this won't generate anything additional in the binary.

shortercode avatar Aug 28 '20 12:08 shortercode