mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-20 03:59:54 +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. |
||
|---|---|---|
| .. | ||
| called_via.rs | ||
| ident.rs | ||
| lib.rs | ||
| low_level.rs | ||
| module_err.rs | ||
| symbol.rs | ||