From 21e90a22a4e75e6fe2d70d2c195b79830d5694ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Lystr=C3=B8m?= Date: Mon, 3 Jan 2022 12:03:10 +0100 Subject: [PATCH] Added links (#101) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab6fd0a1..ff4c5b5c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ The design has been influenced by the collection libraries for Java and SmallTal However, it contains functionality and a regularity of design that considerably exceeds that of the standard libraries for those languages. +## Documentation + +Research notes are available here: . + +Auto-generated documentation can be found here: . + ## Why yet another generic collection library There are already other generic collection libraries for C#/CLI, including the `System.Collections.Generic` namespace introduced with .NET 2.0 and Wintellect's Power Collections for .NET by Peter Golde ().