vq / vlib / v / fmt / tests / array_init_it_expected.vv
1 lines · 1 sloc · 41 bytes
Raw

println([]int{len: 10, init: index + 2})
1