Contents

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 : Commands

See Also

Building conditionally