pub fn new_scalar(array: &dyn Array, index: usize) -> Box<dyn Scalar>
Expand description

creates a new Scalar from an Array.