Skip to content

ExcludeEquatable

sboh1214 edited this page Oct 12, 2020 · 3 revisions

ExcludeEquatable

@propertyWrapper public struct ExcludeEquatable<Value: HwpPrimitive>: HwpPrimitive

Inheritance

HwpPrimitive

Initializers

init(wrappedValue:)

public init(wrappedValue: Value)

Properties

wrappedValue

var wrappedValue: Value

Methods

==(lhs:rhs:)

public static func ==(lhs: ExcludeEquatable<Value>, rhs: ExcludeEquatable<Value>) -> Bool
Clone this wiki locally