277 contributions in the last year
Contribution activity
December 2020
Created 2 commits in 1 repository
Created an issue in nim-lang/Nim that received 2 comments
Underscore can not be used more than once as for loop variable
iterator foo(): (int, int) = discard
for (_, _) in foo(): discard
test.nim(2, 9) Error: redefinition of '_'; previous declaration here: test.nim(2,…
2
comments