List.zip<'T1,'T2> Function (F#)
Visual Studio 2012
Combines the two lists into a list of pairs. The two lists must have equal lengths.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
List.zip : 'T1 list -> 'T2 list -> ('T1 * 'T2) list
// Usage:
List.zip list1 list2