We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d85eb commit 1f0d577Copy full SHA for 1f0d577
Sources/OpenAttributeGraph/Attribute/Weak/WeakAttribute.swift
@@ -80,7 +80,7 @@ public struct WeakAttribute<Value> {
80
81
public var value: Value? { wrappedValue }
82
83
- public func changedValue(options: OAGValueOptions) -> (value: Value, changed: Bool)? {
+ public func changedValue(options: OAGValueOptions = []) -> (value: Value, changed: Bool)? {
84
let value = OAGGraphGetWeakValue(base, options: options, type: Value.self)
85
guard let ptr = value.value else {
86
return nil
0 commit comments