[][src]Function fungus::sys::x86

pub fn x86() -> bool

Returns true if the system is a x86 system.

Examples

use fungus::prelude::*;

assert_eq!(sys::x86(), false);