Function core::arch::arm::_rev_u16

source ·
pub unsafe fn _rev_u16(x: u16) -> u16
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on ARM only.
Expand description

Reverse the order of the bytes.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.