Set.ofList<'T> Function (F#)
Visual Studio 2012
Creates a set that contains the same elements as the given list.
Namespace/Module Path: Microsoft.FSharp.Collections.Set
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: Set.ofList : 'T list -> Set<'T> (requires comparison) // Usage: Set.ofList elements