Nemerle Documentation

list._N_GetVariantCode Method 

The core datastructure allowing easy manipulating of small and medium sized collections of elements.

public abstract int _N_GetVariantCode();

Remarks

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

See Also

list Class | Nemerle.Core Namespace