pub fn min(state: &State<'_, '_>, value: Value) -> Result<Value, Error>
Returns the smallest item from an iterable.
{{ [1, 2, 3, 4]|min }} -> 1