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

2 lines
42 B
Jsonnet

std.foldl(function(i, v) i + v, 'b', 'a')