codewithher / CC-Lantern

Wrapper library for programming cultural lanterns.
GNU General Public License v3.0
0 stars 0 forks source link

Considering Generics #45

Open totally-not-frito-lays opened 3 months ago

totally-not-frito-lays commented 3 months ago

Is your feature request related to a problem? Please describe. Generic variables are often used in beginner friendly languages so that learners don't need to worry too much about the intricacies of types.

Describe the solution you'd like We should consider adding some form of generics / templates to functions, especially in utility functions.

Describe alternatives you've considered TBD

Additional context