]> git.lizzy.rs Git - rust.git/commit
`{to,from}_{ne,le,be}_bytes` for unsigned integer types
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 14 Aug 2018 16:46:04 +0000 (18:46 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Tue, 14 Aug 2018 16:46:04 +0000 (18:46 +0200)
commit8defd152b35f6b397445ce420f22227a5e623a1a
tree23f38b6314ff95144a0a6f901a55953a153043b6
parent5bb923988f949639f11dba0c1ab1980fe8dfec3d
`{to,from}_{ne,le,be}_bytes` for unsigned integer types

Same as https://github.com/rust-lang/rust/pull/51919 did for signed integers.

Tracking issue: https://github.com/rust-lang/rust/issues/52963
src/libcore/num/mod.rs