We can simply make all parameters `const` since that's Nim semantics anyway. But I doubt it will work better.
> Oh, by the way, in C, I like to use const whenever possible. Good for you, but there is no evidence whatsoever that the cost of writing `const` everywhere (and the cognitive load that it implies!) prevents enough bugs to be a worth-while trade-off.
