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_64bit
def is_64bit[target: CompilationTarget = CompilationTarget.current()]() -> Bool
Returns True if the maximum integral value is 64 bit.
Parameters:
- target (
CompilationTarget): The target architecture.
Returns:
Bool: True if the maximum integral value is 64 bit, False otherwise.