go-jsonnet/testdata/foldl_empty.jsonnet
2022-09-27 21:46:37 +01:00

2 lines
42 B
Jsonnet

std.foldl(function(i, v) i + v, [], null)