Header menu logo FSharp.Core

Set Type

Contains methods for compiler use related to sets.

Static members

Static member Description

Set.Create(items)

Full Usage: Set.Create(items)

Parameters:
Returns: Set<'T> A set containing the specified items.

Creates a set with the specified items.

items : ReadOnlySpan<'T>

The items to store in the set.

Returns: Set<'T>

A set containing the specified items.

Type something to start searching.