List.sort<'T> Function (F#)
Visual Studio 2012
Sorts the given list using Operators.compare.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: List.sort : 'T list -> 'T list (requires comparison) // Usage: List.sort list