mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
It's [not portable](https://doc.rust-lang.org/std/primitive.u32.html#method.to_ne_bytes), and apparently (in a Rust discussion somewhere) it's been said that the host endianness is very rarely useful in user code. Given all that, it seems reasonable to leave it up to platforms to expose it (or not). |
||
|---|---|---|
| .. | ||
| Bool.roc | ||
| Defaults.roc | ||
| Dict.roc | ||
| List.roc | ||
| Num.roc | ||
| Set.roc | ||
| Str.roc | ||