Map.isEmpty<'Key,'T> Function (F#)
Visual Studio 2012
Tests whether the map has any bindings.
Namespace/Module Path: Microsoft.FSharp.Collections.Map
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: Map.isEmpty : Map<'Key,'T> -> bool (requires comparison) // Usage: Map.isEmpty table