List.mapi2<'T1,'T2,'U> Function (F#)
Visual Studio 2012
Like List.mapi, but mapping corresponding elements from two lists of equal length.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: List.mapi2 : (int -> 'T1 -> 'T2 -> 'U) -> 'T1 list -> 'T2 list -> 'U list // Usage: List.mapi2 mapping list1 list2