For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo struct
Phase
struct Phase
Which phase of the pipeline an entry belongs to.
Implemented traitsβ
AnyType,
Copyable,
Equatable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable
comptime membersβ
EPILOGUEβ
comptime EPILOGUE = Phase(2)
KERNELβ
comptime KERNEL = Phase(1)
PROLOGUEβ
comptime PROLOGUE = Phase(0)