int
Implements the Int class.
These are Mojo built-ins, so you don't need to import them.
comptime values
SIMDSize
comptime SIMDSize = Int
The size of a SIMD type. This will be distinct from the Int type in the future and should be used as parameter types when inferring parameter values from the width of a simd argument.
Structs
-
Int: This type represents an integer value.
Traits
-
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 likeSIMDto 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__mlir_index__for the given value.