Monotonic
protocol Monotonic : Equatable, Sendable
A type whose instances can be updated without loss of information.
-
Assigns
selftoother, asserting that the resulting value contains at least as much information asself.Declaration
Swift
mutating func updateMonotonically(_ other: Self)
-
updateMonotonically(_:Extension method) Asserts that
self == other.Declaration
Swift
func updateMonotonically(_ other: Self)
View on GitHub