buildEither(first:)
Produces content for a conditional statement in a multi-statement closure when the condition is true.
Declaration
@export(implementation) static func buildEither<T, F>(first: T) -> _ConditionalContent<T, F> where T : Commands, F : Commands