pub fn shape_of<T>(
matrix: &AbstractLiteral<T>,
) -> Option<MatrixShape<<T as AbstractLiteralValue>::Dom>>where
T: MatrixValue,Expand description
Given an AbstractLiteral::Matrix, get its [MatrixShape]
pub fn shape_of<T>(
matrix: &AbstractLiteral<T>,
) -> Option<MatrixShape<<T as AbstractLiteralValue>::Dom>>where
T: MatrixValue,Given an AbstractLiteral::Matrix, get its [MatrixShape]