Trace

public struct Trace : Hashable

A data structure representing single trace produced by the diff algorithm. See the paper for more information on traces.

  • Undocumented

    Declaration

    Swift

    public let from: Point
  • to

    Undocumented

    Declaration

    Swift

    public let to: Point
  • D

    Undocumented

    Declaration

    Swift

    public let D: Int