Reverse.md - hugo - [fork] hugo port for 9front
HTML git clone https://git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
Reverse.md (349B)
---
1 ---
2 title: collections.Reverse
3 description: Reverses the order of a collection.
4 categories: []
5 keywords: []
6 params:
7 functions_and_methods:
8 aliases: []
9 returnType: any
10 signatures: [collections.Reverse COLLECTION]
11 aliases: [/functions/collections.reverse]
12 ---
13
14 ```go-html-template
15 {{ slice 2 1 3 | collections.Reverse }} → [3 1 2]
16 ```