typealias body<Content> = HTMLElement<HTMLTag.body, Content> where Content : HTML
s10Elementary4bodyaWhat are these?
s10Elementary4bodya
FNV24: [1S1UQ]
import Elementary
struct HTMLElement<Tag, Content> where Tag : HTMLTrait.Paired, Content : HTML
An HTML element that can contain content.
enum HTMLTag
A namespace for HTML tag definitions.
enum body
protocol HTML<Tag>
A type that represents HTML content that can be rendered.