Skip to main content

Mojo struct

ReductionMode

@register_passable(trivial) struct ReductionMode

Implemented traits

AnyType, Copyable, Movable, UnknownDestructibility

Aliases

Deterministic

alias Deterministic = ReductionMode(0)

Nondeterministic

alias Nondeterministic = ReductionMode(1)

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?