Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
74 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 7 commits in 1 repository
Created an issue in nim-lang/Nim that received 1 comment
Dangerous implicit type conversion from auto + generics
A combination of generics and the auto type can trigger dangerous implicit type conversions.
Example
proc takesProc[T](x: T, f: proc(x: T): int) = e…

