Structuresliemeobn.elementary 0.5.3Elementary
Accept
HtmlAttributes+common.swift:481struct Acceptstruct Accepts10Elementary13HTMLAttributeVA2A7HTMLTagO5inputORszrlE6AcceptV What are these?7A61Zwhere Tag == HTMLTag.inputimport Elementarystruct HTMLAttribute<Tag> where Tag : HTMLTagDefinitionAn HTML attribute that can be applied to an HTML element of the associated tag.
enum inputstatic var checked: HTMLAttribute<HTMLTag.input> { get }static func accept(_ type: HTMLAttribute<Tag>.Accept) -> HTMLAttribute<Tag> static func type(_ type: HTMLAttribute<Tag>.InputType) -> HTMLAttribute<Tag> static func value(_ value: String) -> HTMLAttribute<Tag> struct InputTypeprotocol EquatableA type that can be compared for value equality.
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) init(extendedGraphemeClusterLiteral value: Self.StringLiteralType) init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType) static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.