Make "variable templates" output a constant size array instead of a slice. #2475
xzores
started this conversation in
Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to #unroll the following loop:
I get the error:
Request:
Make it return an [N]string instead of a []string. It would allow to do more stuff in compile time and hence catch errors earlier.
Beta Was this translation helpful? Give feedback.
All reactions