pub fn create(y: &Array, span: Span) -> Result<Array>Expand description
1 $. y: a new sparse array with nothing stored in it. y is the
shape, or a boxed shape ; axes, or a boxed shape ; axes ; element.
Left to itself the whole shape is sparse and the element is a float
zero, which is what J’s own bare form gives.