index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
vlib
/
v
/
fmt
/
tests
/
array_decomposition_keep.vv
blob: 387997f8b95fca6df9c2a22bf7fc4701d18f4d00 (
plain
)
1
2
3
4
5
6
7
8
fn varargs(a ...int) { println(a) } fn main() { a := [1, 2, 3] varargs(...a) }