Header menu logo FSharp.Core

List Type

Contains methods for compiler use related to lists.

Static members

Static member Description

List.Create(items)

Full Usage: List.Create(items)

Parameters:
    items : ReadOnlySpan<'T> - The items to store in the list.

Returns: 'T list A list containing the specified items.

Creates a list with the specified items.

items : ReadOnlySpan<'T>

The items to store in the list.

Returns: 'T list

A list containing the specified items.

Type something to start searching.