Change

public struct Change<T> : Equatable where T : Equatable

Generic struct used to represent a change in a value from a starting point (i.e. fromValue) to an end point (i.e. toValue).

  • Undocumented

    Declaration

    Swift

    public var fromValue: T
  • Undocumented

    Declaration

    Swift

    public var toValue: T?