Overview
>
klyn.collections
>
ImmutableList
>
ImmutableList
Overview
Index
Tree
Deprecated
klyn.collections.ImmutableList.ImmutableList
constructor
public native ImmutableList(values as IList<T> = [])
Description
Builds an immutable list by copying the provided read-only list.
Parameters
values Source values copied into the immutable list.