|
|
|
|
|
by vanusa
1616 days ago
|
|
So why can't Nim infer from let b: uint = a
that you're really just saying let b: uint = uint(a)
And BTW don't you get tired of typing (and reading) `uint` twice in the latter setting? That's what I mean about "side effects" after all. |
|