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
DepKind
struct DepKind
Type of dependency between operations.
Implemented traitsβ
AnyType,
Copyable,
Equatable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
comptime membersβ
ANTIβ
comptime ANTI = DepKind(1)
FLOWβ
comptime FLOW = DepKind(0)
OUTPUTβ
comptime OUTPUT = DepKind(2)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!