Function cgl_rs::utils::is_little_endian

source ·
pub fn is_little_endian() -> bool
Expand description

Returns a boolean indicating whether the system is little-endian or not.

Returns

  • A bool indicating whether the system is little-endian or not.

Example

let is_little_endian = cgl_rs::utils::is_little_endian();