Files
hugo/docs/content/en/functions/collections/Reverse.md
T
Bjørn Erik Pedersen 30a20122b7 Merge commit '8f3c066d23f431fb2c53d97ea489e4c28b42bd82'
# Conflicts:
#	docs/data/docs.yaml
2026-02-14 12:14:33 +01:00

383 B

title, description, categories, keywords, params, aliases
title description categories keywords params aliases
collections.Reverse Returns a slice by reversing the order of elements in the given slice.
functions_and_methods
aliases returnType signatures
[]any
collections.Reverse SLICE
/functions/collections.reverse
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]