Mojo module
int
Implements the Int class.
These are Mojo built-ins, so you don't need to import them.
Structs
-
Int: This type represents an integer value.
Traits
-
ImplicitlyIntable: TheImplicitlyIntabletrait describes a type that can be converted to an Int implicitly. -
Indexer: TheIndexertrait is used for types that can index into a collection or pointer. The type returned is the underlying __mlir_type.index, enabling types likeUIntto not have to be converted to anIntfirst. -
Intable: TheIntabletrait describes a type that can be converted to an Int. -
IntableRaising: TheIntableRaisingtrait describes a type can be converted to an Int, but the conversion might raise an error.
Functions
-
index: Returns the value of__index__for the given value.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!