I've created a nimble library package as per the documentation. When I try to build it using nimble build I get the following error. Error: Nothing to build. D
How have Nim to convert string to int the simplest native way without a coder put import std... so on ? var s = "99" si :int i = 1 si = s ... # <- ? pic
Heyho, While coding my way through some generics I stumbled upon an issue with one of my generic functions. I have 2 types such as this import std/options impor