Open rebcabin opened 1 year ago
I want to tighten the spec for dimension to (informally)
dimension
(s/or [::integer-scalar, ::integer-scalar] [])
i.e., zero or two integer scalars, where a scalar has empty dimensions, instead of only
expr? start, expr? end
is that appropriate? In particular, could a dimension itself be an array, say of length 2?
I want to tighten the spec for
dimension
to (informally)i.e., zero or two integer scalars, where a scalar has empty dimensions, instead of only
expr? start, expr? end
is that appropriate? In particular, could a
dimension
itself be an array, say of length 2?