mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:20:13 +01:00
`String.size` is likely to be a signed word-sized integer in the future, (per a Discord conversation). Changing to `i64` now allows us to iterate over a string's contents using `IntRange`.