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