mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-27 19:46:10 +00:00
The usize one gets used internally for things like pattern matches. This is both more efficient (means they don't have to do unnecessary casts) and also less error-prone due to e.g. comparing length to capacity, which is usize. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||