Open nicopap opened 1 year ago
template arguments should accept exactly two data types:
This would enable for loops, optionals and pattern matching (yep) Also lays the groundwork for query-based templates and maybe runtime UI updates.
for
template arguments should accept exactly two data types:
This would enable
for
loops, optionals and pattern matching (yep) Also lays the groundwork for query-based templates and maybe runtime UI updates.