For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
PhaseAction
struct PhaseAction
Action type for a recipe step.
Fieldsβ
- βvalue (
Int):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
comptime membersβ
BARRIERβ
comptime BARRIER = PhaseAction(1)
EMITβ
comptime EMIT = PhaseAction(0)
FENCEβ
comptime FENCE = PhaseAction(2)
Methodsβ
__eq__β
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!