Function rocket_dyn_templates::minijinja::filters::min

source ยท
pub fn min(state: &State<'_, '_>, value: Value) -> Result<Value, Error>
Expand description

Returns the smallest item from an iterable.

{{ [1, 2, 3, 4]|min }} -> 1