Skip to content

ExcludeEquatable

sboh1214 edited this page Apr 28, 2021 · 3 revisions

ExcludeEquatable

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

Inheritance

HwpPrimitive

Initializers

init(wrappedValue:)

public init(wrappedValue: Value) 

Properties

wrappedValue

public var wrappedValue: Value

Operators

==

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