struct OutputReinitialized
extension OutputReinitialized : Equatable, Sendable
The output variable has been reinitialized in multiple nodes.
-
The name of the output variable.
Declaration
Swift
let output: String
-
A list of the nodes where the output variable is also defined.
Declaration
Swift
let otherNodes: [any Node]
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
static func == (lhs: OutputReinitialized, rhs: OutputReinitialized) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.