Structuresliemeobn.elementary 0.4.3Elementary
As
HtmlAttributes.swift:95struct As
struct As
s10Elementary13HTMLAttributeVA2A7HTMLTagO4linkORszrlE2AsV
What are these?3341E
where Tag == HTMLTag.link
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
enum link
static func `as`(_ value: As) -> 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 audio: HTMLAttribute<HTMLTag.link>.As
static let author: HTMLAttribute<HTMLTag.link>.As
static let document: HTMLAttribute<HTMLTag.link>.As
static let embed: HTMLAttribute<HTMLTag.link>.As
static let fetch: HTMLAttribute<HTMLTag.link>.As
static let font: HTMLAttribute<HTMLTag.link>.As
static let image: HTMLAttribute<HTMLTag.link>.As
static let object: HTMLAttribute<HTMLTag.link>.As
static let script: HTMLAttribute<HTMLTag.link>.As
static let style: HTMLAttribute<HTMLTag.link>.As
static let track: HTMLAttribute<HTMLTag.link>.As
static let video: HTMLAttribute<HTMLTag.link>.As
static let worker: HTMLAttribute<HTMLTag.link>.As
init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)