Enumerationsliemeobn.elementary 0.4.4Elementary
_AttributeStorage
AttributeStorage.swift:37enum _AttributeStorage
enum _AttributeStorage
import Elementary
case none
case single(_StoredAttribute)
case multiple([_StoredAttribute])
protocol Equatable
A type that can be compared for value equality.
protocol Sendable
var isEmpty: Bool { get }
mutating func append(_ attributes: consuming _AttributeStorage)
consuming func flattened() -> _MergedAttributes
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.