# imported by other modules, unlike helpers.nim which is includedtemplateformatErrorIndexBound*[T](i,a,b:T):string=whendefined(standalone):"indexOutOfBounds"else:"index "&$i&" not in "&$a&" .. "&$btemplateformatErrorIndexBound*[T](i,n:T):string=formatErrorIndexBound(i,0,n)