Static Methodsliemeobn.elementary 0.3.1Elementary
buildExpression(_:)
HtmlBuilder.swift:3static func buildExpression<Content>(_ content: Content) -> Content where Content : HTML
Other members in extension
Type members
static func buildArray<Element>([Element]
) -> _HTMLArray<Element> static func buildBlock(
) -> EmptyHTML static func buildBlock<each Content>(repeat each Content
) -> _HTMLTuple<repeat each Content> static func buildBlock<Content>(Content
) -> Content static func buildEither<TrueContent, FalseContent>(first: TrueContent
) -> _HTMLConditional<TrueContent, FalseContent> static func buildEither<TrueContent, FalseContent>(second: FalseContent
) -> _HTMLConditional<TrueContent, FalseContent> static func buildExpression<Content>(Content
) -> HTMLText static func buildIf<Content>(Content?
) -> Content?