Learn about Loyc.Collections

Articles about Loyc.Collections

Note: most of these types are defined in Loyc.Collections.dll. However, InternalList<T> and DList<T> are defined in Loyc.Essentials so they can be more widely available, while CPTrie is defined in Loyc.Utilities because it is rarely used. Regardless of which assembly contains them, all collections are in the Loyc.Collections namespace.

Collection interfaces

Loyc collections use the standard .NET interfaces such as IEnumerable<T> and IList<T>, but many additional interfaces are defined in Loyc.Essentials.dll (which is referenced by Loyc.Collections.dll).