Skip to content

ExcludeEquatable

sboh1214 edited this page Jan 30, 2021 · 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

==(_:_:)

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