Open
Description
StaticArrays.SUnitRange
is very useful to unify code when I want a slice of an AbstractArray
to be an SArray
if the dimensions are known at compile time.
I wonder if it could be documented and exported, and thus made part of the API.
I am happy to make a PR, just wanted some feedback on this first. (Cf #32)