Represents an Edit-script, converting one sequence of symbols to another.
Step< T >[] Steps
Steps making up how to transform S1 to S2.
IEnumerator< Step< T > > GetEnumerator()
IEnumerable<T>.GetEnumerator
EditScript(T[] S1, T[] S2, Step< T >[] Steps)
Represents an Edit-script, converting one sequence of symbols to another.
T[] S2
Second sequence of symbols.
T[] S1
First sequence of symbols.
Represents a sub-sequence of symbols.