Skip to main content

Mojo module

type_aliases

Defines some type aliases.

These are Mojo built-ins, so you don't need to import them.

Aliases

AnyTrivialRegType

alias AnyTrivialRegType = AnyTrivialRegType

Represents any register passable Mojo data type.

ImmutableAnyOrigin

alias ImmutableAnyOrigin = ImmutAnyOrigin

The immutable origin that might access any memory value.

Deprecated: 'ImmutableAnyOrigin' is deprecated, use 'ImmutAnyOrigin' instead

ImmutableOrigin

alias ImmutableOrigin = ImmutOrigin

Immutable origin reference type.

Deprecated: 'ImmutableOrigin' is deprecated, use 'ImmutOrigin' instead

ImmutAnyOrigin

alias ImmutAnyOrigin = ImmutAnyOrigin

The immutable origin that might access any memory value.

ImmutOrigin

alias ImmutOrigin = ImmutOrigin

Immutable origin reference type.

MutableAnyOrigin

alias MutableAnyOrigin = MutAnyOrigin

The mutable origin that might access any memory value.

Deprecated: 'MutableAnyOrigin' is deprecated, use 'MutAnyOrigin' instead

MutableOrigin

alias MutableOrigin = MutOrigin

Mutable origin reference type.

Deprecated: 'MutableOrigin' is deprecated, use 'MutOrigin' instead

MutAnyOrigin

alias MutAnyOrigin = MutAnyOrigin

The mutable origin that might access any memory value.

MutOrigin

alias MutOrigin = MutOrigin

Mutable origin reference type.

OriginSet

alias OriginSet = OriginSet

A set of origin parameters.

StaticConstantOrigin

alias 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?