You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make abstract subtype StaticUnitRange for static range and make hierarchy SUnitRange <: StaticUnitRange <: AbstractUnitRange and SOneTo <: StaticUnitRange <: AbstractUnitRange.
Move SOneTo <: AbstractUnitRange to SOneTo <: StaticArray.
I prefer the first. Are there any thoughts on this?
The text was updated successfully, but these errors were encountered:
Here's a small example.
Related comment: #855 (comment)
I think we have the following choices.
StaticUnitRange
for static range and make hierarchySUnitRange <: StaticUnitRange <: AbstractUnitRange
andSOneTo <: StaticUnitRange <: AbstractUnitRange
.SOneTo <: AbstractUnitRange
toSOneTo <: StaticArray
.I prefer the first. Are there any thoughts on this?
The text was updated successfully, but these errors were encountered: