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
If there're no special reasons, new Julia users should just use Base.IdentityUnitRange.
IdentityUnitRange(range::AbstractUnitRange)
Represent an AbstractUnitRange range as an offset vector such that range[i] == i.
IdentityUnitRanges are frequently used as axes for offset arrays.
The text was updated successfully, but these errors were encountered:
If there're no special reasons, new Julia users should just use
Base.IdentityUnitRange
.The text was updated successfully, but these errors were encountered: