Set.isEmpty<'T> Function (F#)
Visual Studio 2012
Returns true if the set is empty.
Namespace/Module Path: Microsoft.FSharp.Collections.Set
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: Set.isEmpty : Set<'T> -> bool (requires comparison) // Usage: Set.isEmpty set