vq / vlib / v / fmt / tests / array_init_it_input.vv
1 lines · 1 sloc · 38 bytes
Raw

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