The core datastructure allowing easy manipulating of small and medium sized collections of elements.
For a list of all members of this type, see list Members.
System.Object
Nemerle.Core.list
Nemerle.Core.list.Cons
Nemerle.Core.list.Nil
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
It has a builtin syntax [] for empty list, x :: xs for creating list from head element and tail.
Namespace: Nemerle.Core
Assembly: Nemerle (in Nemerle)
list Members | Nemerle.Core Namespace