Something like this? import sequtils let a = (1..5).toSeq echo a.mapIt(1.0*it.float) Run
<https://play.nim-lang.org/#ix=2QLE>
Something like this? import sequtils let a = (1..5).toSeq echo a.mapIt(1.0*it.float) Run
<https://play.nim-lang.org/#ix=2QLE>