collections.Slice
文法
collections.Slice [VALUE...]
戻り値
any
エイリアス
slice
{{ $s := slice "a" "b" "c" }}
{{ $s }} → [a b c]
To create an empty slice:
{{ $s := slice }}
文法
collections.Slice [VALUE...]
戻り値
any
エイリアス
slice
{{ $s := slice "a" "b" "c" }}
{{ $s }} → [a b c]
To create an empty slice:
{{ $s := slice }}