List Type
Contains methods for compiler use related to lists.
Static members
Static member |
Description
|
Full Usage:
List.Create(items)
Parameters:
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.
|