Structuresliemeobn.elementary 0.5.0Elementary
CharacterSet
HtmlAttributes.swift:310struct CharacterSet
struct CharacterSet
import Elementary
enum HTMLAttributeValue
A namespace for value types used in attributes.
struct AutoComplete
struct ContentEditable
struct CrossOrigin
struct Direction
struct Draggable
struct FormEvent
struct KeyboardEvent
struct MouseEvent
struct Popover
struct ReferrerPolicy
struct Relationship
struct Role
struct Target
protocol Equatable
A type that can be compared for value equality.
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 RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init(rawValue: String)
init(stringLiteral value: String)
static var utf8: Self { get }
var rawValue: 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.