Skip to main content

make_cell_with_shape

Function make_cell_with_shape 

Source
pub fn make_cell_with_shape(
    values: Vec<Value>,
    shape: Vec<usize>,
) -> Result<Value, String>