List.init<'T> Function (F#)
Visual Studio 2012
Creates a list by calling the given generator on each index.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: List.init : int -> (int -> 'T) -> 'T list // Usage: List.init length initializer