Skip to main content

Mojo function

is_32bit

is_32bit[target: target = current_target()]() -> Bool

Returns True if the maximum integral value is 32 bit.

Parameters:

  • target (target): The target architecture.

Returns:

True if the maximum integral value is 32 bit, False otherwise.