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