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
The length of the string is in bytes, so this spec is not correct I think? Same for str::split_at. Although I guess there is no way no observe this at the moment...
The text was updated successfully, but these errors were encountered:
This would work, but shouldn't we actually give the correct length? With a logical function utf8_len(char) -> usize
I guess this would make str::len hard on provers, but if we use >= it would be a bit useless.
The length of the string is in bytes, so this spec is not correct I think? Same for
str::split_at
. Although I guess there is no way no observe this at the moment...The text was updated successfully, but these errors were encountered: