v2 / vlib / v / tests / skip_unused / arr_prepend.vv
2 lines · 2 sloc · 40 bytes · 2572ec168020f181a26e30ab3a4f43f165173349
Raw
1mut buffer := []int{}
2buffer.prepend(1)
3