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

2 lines
42 B
Jsonnet

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