Mojo module
type_aliases
Defines some type aliases.
These are Mojo built-ins, so you don't need to import them.
Aliases
AnyTrivialRegType
comptime AnyTrivialRegType = AnyTrivialRegType
Represents any register passable Mojo data type.
ImmutableAnyOrigin
comptime ImmutableAnyOrigin = ImmutAnyOrigin
The immutable origin that might access any memory value.
Deprecated: 'ImmutableAnyOrigin' is deprecated, use 'ImmutAnyOrigin' instead
ImmutableOrigin
comptime ImmutableOrigin = ImmutOrigin
Immutable origin reference type.
Deprecated: 'ImmutableOrigin' is deprecated, use 'ImmutOrigin' instead
ImmutAnyOrigin
comptime ImmutAnyOrigin = ImmutAnyOrigin
The immutable origin that might access any memory value.
ImmutOrigin
comptime ImmutOrigin = ImmutOrigin
Immutable origin reference type.
MutableAnyOrigin
comptime MutableAnyOrigin = MutAnyOrigin
The mutable origin that might access any memory value.
Deprecated: 'MutableAnyOrigin' is deprecated, use 'MutAnyOrigin' instead
MutableOrigin
comptime MutableOrigin = MutOrigin
Mutable origin reference type.
Deprecated: 'MutableOrigin' is deprecated, use 'MutOrigin' instead
MutAnyOrigin
comptime MutAnyOrigin = MutAnyOrigin
The mutable origin that might access any memory value.
MutOrigin
comptime MutOrigin = MutOrigin
Mutable origin reference type.
OriginSet
comptime OriginSet = OriginSet
A set of origin parameters.
StaticConstantOrigin
comptime StaticConstantOrigin = StaticConstantOrigin
An origin for strings and other always-immutable static constants.
Structs
-
Origin: This represents a origin reference for a memory value.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!