• Preparing search index...
  • The search index is not available
Theia TypeDoc
  • Theia TypeDoc
  • plugin-ext
  • diffSets

Function diffSets

  • diffSets<T>(before, after): {
        added: T[];
        removed: T[];
    }
  • Type Parameters

    • T

    Parameters

    • before: Set<T>
    • after: Set<T>

    Returns {
        added: T[];
        removed: T[];
    }

    • added: T[]
    • removed: T[]
    • Defined in packages/plugin-ext/src/common/collections.ts:23

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...