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
* Use cconvert instead of accessing the internal .ref field of Array. This is
still not entirely stable API, but hopefully better
* Do not use inbounds for substring of AbstractString, because the implementor
of the AbstractString may lie about the codeunits, and I'm not confident
the substring constructor will detect it
* Use ncodeunits instead of reading the ncodeunit fields of substrings
* Be slightly more conservative in what subarrays the constructor accepts.
0 commit comments