Structuresliemeobn.elementary 0.5.0Elementary
Name
HtmlAttributes.swift:145struct Name
struct Name
s10Elementary13HTMLAttributeVA2A7HTMLTagO4metaORszrlE4NameV
What are these?5DEEI
where Tag == HTMLTag.meta
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
enum meta
static func content(_ value: String) -> HTMLAttribute<Tag>
static func name(_ name: Name) -> HTMLAttribute<Tag>
static func property(_ value: String) -> HTMLAttribute<Tag>
protocol ExpressibleByExtendedGraphemeClusterLiteral : ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single extended grapheme cluster.
protocol ExpressibleByStringLiteral : ExpressibleByExtendedGraphemeClusterLiteral
A type that can be initialized with a string literal.
protocol ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single Unicode scalar value.
protocol Sendable
init(stringLiteral value: String)
static let author: HTMLAttribute<HTMLTag.meta>.Name
static let description: HTMLAttribute<HTMLTag.meta>.Name
static let keywords: HTMLAttribute<HTMLTag.meta>.Name
static let viewport: HTMLAttribute<HTMLTag.meta>.Name
init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)