collections.Reverse
Reverses the order of a collection.
Syntax
collections.Reverse COLLECTION
Returns
any
{{ slice 2 1 3 | collections.Reverse }} → [3 1 2]
Last updated:
January 26, 2024
:
Squashed 'docs/' changes from 4dd2d6415..3b1a8579d (7125ad401)
Improve this page