x64 property

bool x64

Returns true if this object is supported on Intel 64-bit architectures

Implementation

bool get x64 => _value & _x64 == _x64;