go-jsonnet/testdata/builtinRemoveAt2.jsonnet

4 lines
65 B
Jsonnet

local a = ['quux','foo','bar'];
local b = std.removeAt(a,0);
a+b