x86 property

bool x86

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

Implementation

bool get x86 => _value & _x86 == _x86;