ensure_float2d

Function ensure_float2d 

Source
pub fn ensure_float2d(v: &Value) -> Result<&Vec<Vec<f64>>, String>
Expand description

Ensure the value is a Float2DArray and return a reference to it.