Set.difference<'T> Function (F#)
Visual Studio 2012
Returns a new set with the elements of the second set removed from the first.
Namespace/Module Path: Microsoft.FSharp.Collections.Set
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: Set.difference : Set<'T> -> Set<'T> -> Set<'T> (requires comparison) // Usage: Set.difference set1 set2