runmat_runtime/builtins/array/introspection/
mod.rs

1//! Array-introspection builtins.
2
3mod isempty;
4mod ismatrix;
5mod isscalar;
6mod isvector;
7mod length;
8mod ndims;
9mod numel;
10mod size;