mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-13 01:11:00 +02:00
9 lines
113 B
Jsonnet
9 lines
113 B
Jsonnet
local arr = [0, arr];
|
|
|
|
[
|
|
arr[0](),
|
|
arr[1][0](),
|
|
arr[1][1][0](),
|
|
arr[1][1][1][1][1][1][1][0](),
|
|
]
|