Update of "Containers"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 56f834e6c11a4172b4dd5aaeca7faeec2116b6f3
Page Name:Containers
Date: 2017-07-08 20:31:08
Original User: Entomy
Parent: e20e6fe4fada62a3c5fe4ae4b98a952be4641d45 (diff)
Next 79f70509b704aaf422f05c09d9a63f2b1d0ca14e
Content

Purpose

Containers are a very important part of managing and grouping any complicated data set. The containers provided in Ada.Containers are great, but still lack some useful types of containers, and useful features for existing containers. This library seeks to introduce far more container types, and useful features for special containers.

Notable Features

Queries

Love it or hate it, C# has introduced a lot of great concepts, especially queries for data types. While LINQ especially is great, it can't be directly implemented (a pre-processor would be possible, but isn't planned) query functions are still possible, and are implemented as extensions (sibling packages that construct the base type).

Types