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).
bool
Implements the Bool class.
These are Mojo built-ins, so you don't need to import them.
Structs
-
Bool: The primitive Bool scalar value used in Mojo.
Traits
-
Boolable: TheBoolabletrait describes a type that can be explicitly converted to aBoolor evaluated as a boolean expression iniforwhileconditions.