logo
pub fn reverse(_state: &State<'_, '_>, v: Value) -> Result<Value, Error>
This is supported on crate feature builtins only.
Expand description

Reverses a list or string

{% for user in users|reverse %}
  <li>{{ user.name }}
{% endfor %}