@ericwhitedev/lcsts
    Preparing search index...

    Enumeration CorrelationStatus

    Describes the relationship between two subsequences after comparison.

    Each CorrelatedSequence carries a CorrelationStatus that indicates whether its tokens were found in both inputs (Equal), only in the first input (Deleted), only in the second input (Inserted), or have not yet been classified (Unknown).

    Index

    Enumeration Members

    Enumeration Members

    Deleted: "Deleted"

    The subsequence exists only in the first token list.

    Equal: "Equal"

    The subsequence is common to both token lists.

    Inserted: "Inserted"

    The subsequence exists only in the second token list.

    Unknown: "Unknown"

    The subsequence has not yet been classified by the algorithm.