buildEither(first:)
Provides support for “if” statements in multi-statement closures, producing conditional content for the “then” branch.
Declaration
static func buildEither<TrueContent, FalseContent>(first: TrueContent) -> ConditionalAttachmentContent<TrueContent, FalseContent> where TrueContent : AttachmentContent, FalseContent : AttachmentContent