go-jsonnet/builtin-benchmarks/parseInt.jsonnet
2022-09-04 15:59:03 +01:00

5 lines
82 B
Plaintext

{
foo: [
std.parseInt("-123949595") for i in std.range(0,100)
],
}