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
julia> f(s) = @inbounds SubString(s, 1, 5)
fff (generic function with 1 method)
julia> f("dsf")
ERROR: BoundsError: attempt to access "dsf"
at index [1:5]
Perhaps the boundscheck from the outer constructor should be propagated to the inner constructor.
The text was updated successfully, but these errors were encountered:
Perhaps the boundscheck from the outer constructor should be propagated to the inner constructor.
The text was updated successfully, but these errors were encountered: