# imported by other modules, unlike helpers.nim which is includedtemplateformatErrorIndexBound*[T](i,a,b:T):string="index out of bounds: (a:"&$a&") <= (i:"&$i&") <= (b:"&$b&") "templateformatErrorIndexBound*[T](i,n:T):string="index out of bounds: (i:"&$i&") <= (n:"&$n&") "