[][src]Function fungus::sys::x86_64

pub fn x86_64() -> bool

Returns true if the system is a x86_64 system.

Examples

use fungus::prelude::*;

assert_eq!(sys::x86_64(), true);