Set.fold<'T,'State> Function (F#)
Visual Studio 2012
Applies the given accumulating function to all the elements of the set.
Namespace/Module Path: Microsoft.FSharp.Collections.Set
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
Set.fold : ('State -> 'T -> 'State) -> 'State -> Set<'T> -> 'State (requires comparison)
// Usage:
Set.fold folder state set