Nemerle Documentation

list Class

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 abstract class list

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

It has a builtin syntax [] for empty list, x :: xs for creating list from head element and tail.

Requirements

Namespace: Nemerle.Core

Assembly: Nemerle (in Nemerle)

See Also

list Members | Nemerle.Core Namespace