create_matrix_from_values

Function create_matrix_from_values 

Source
pub fn create_matrix_from_values(rows: &[Vec<Value>]) -> Result<Value, String>
Expand description

Create a matrix from a 2D array of Values with proper concatenation semantics This handles the case where matrix elements can be variables, not just literals