mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-07 14:31:00 +02:00
4 lines
65 B
Jsonnet
4 lines
65 B
Jsonnet
local a = ['quux','foo','bar'];
|
|
local b = std.removeAt(a,0);
|
|
a+b
|