Instance Method
set(_:to:)
Set a value to the
Extend storage.mutating func set<T>(_ key: String, to newValue: T)
Discussion
extend.set("foo", to: foo)
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
Extend storage.mutating func set<T>(_ key: String, to newValue: T)
extend.set("foo", to: foo)