collections.Slice
Syntax
collections.Slice ITEM... ⟼ any
Alias
slice
One use case is the concatenation of elements in combination with the [delimit
function]:
{{ $s := slice "a" "b" "c" }}
{{ $s }} → [a b c]
collections.Slice ITEM... ⟼ any
slice
One use case is the concatenation of elements in combination with the [delimit
function]:
{{ $s := slice "a" "b" "c" }}
{{ $s }} → [a b c]