Function abstract_max

Source
pub fn abstract_max(items: &Vec<&Value>) -> Result<f64, Error>
Expand description

Get the max of an array of values, performing abstract type conversion