You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: