Liquex.Filter.reverse
You're seeing just the function
reverse
, go back to Liquex.Filter module for more information.
Reverses the order of the items in an array. reverse cannot reverse a string.
Examples
iex> Liquex.Filter.reverse(~w(apples oranges peaches plums), %{})
["plums", "peaches", "oranges", "apples"]