Hi so in the sequtils documentation the "insert" function does not work as described...
here's the link to the function: https://nim-lang.org/docs/sequtils.html#insert%2Cseq%5BT%5D%2CopenArray%5BT%5D%2Cint
trying to run the example code on nim playground does not work..
https://play.nim-lang.org/#ix=3Deh
Is there another function like the "insert" function (copy an openArray to a seq starting at a certain index)?