Structuresliemeobn.elementary 0.5.3Elementary
As
HtmlAttributes+common.swift:36struct Asstruct Ass10Elementary13HTMLAttributeVA2A7HTMLTagO4linkORszrlE2AsV What are these?3341Ewhere Tag == HTMLTag.linkimport Elementarystruct HTMLAttribute<Tag> where Tag : HTMLTagDefinitionAn HTML attribute that can be applied to an HTML element of the associated tag.
enum linkstatic func `as`(_ value: HTMLAttribute<Tag>.As) -> HTMLAttribute<Tag> protocol ExpressibleByExtendedGraphemeClusterLiteral : ExpressibleByUnicodeScalarLiteralA type that can be initialized with a string literal containing a single extended grapheme cluster.
protocol ExpressibleByStringLiteral : ExpressibleByExtendedGraphemeClusterLiteralA type that can be initialized with a string literal.
protocol ExpressibleByUnicodeScalarLiteralA type that can be initialized with a string literal containing a single Unicode scalar value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init(stringLiteral value: String) static let audio: HTMLAttribute<HTMLTag.link>.Asstatic let author: HTMLAttribute<HTMLTag.link>.Asstatic let document: HTMLAttribute<HTMLTag.link>.Asstatic let embed: HTMLAttribute<HTMLTag.link>.Asstatic let fetch: HTMLAttribute<HTMLTag.link>.Asstatic let font: HTMLAttribute<HTMLTag.link>.Asstatic let image: HTMLAttribute<HTMLTag.link>.Asstatic let object: HTMLAttribute<HTMLTag.link>.Asstatic let script: HTMLAttribute<HTMLTag.link>.Asstatic let style: HTMLAttribute<HTMLTag.link>.Asstatic let track: HTMLAttribute<HTMLTag.link>.Asstatic let video: HTMLAttribute<HTMLTag.link>.Asstatic let worker: HTMLAttribute<HTMLTag.link>.Asinit(extendedGraphemeClusterLiteral value: Self.StringLiteralType) init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)