git.delta.rocks / jrsonnet / refs/commits / 6ac56eac7eb3

difftreelog

source

tests/go_builtin_benchmarks/parseInt.jsonnet82 Bsourcehistory
1{2    foo: [3        std.parseInt("-123949595") for i in std.range(0,100)4    ],5}