Hi, I was following an example in Nim in Action and got "Warning: < is deprecated [Deprecated]" when compiling.
What should I use instead to make the code idiomatic? I couldn't find anything related searching with the message.
for i in 0 ..< param.len: do()