mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 09:21:03 +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](),
|
|
]
|