For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
is_32bit
def is_32bit[target: CompilationTarget = CompilationTarget.current()]() -> Bool
Returns True if the maximum integral value is 32 bit.
Parameters:
- target (
CompilationTarget): The target architecture.
Returns:
Bool: True if the maximum integral value is 32 bit, False otherwise.