From 1aacf1973d2ea9365ddff87352bb3c29137a1617 Mon Sep 17 00:00:00 2001 From: Cody Casterline Date: Tue, 4 Apr 2023 15:44:39 -0700 Subject: [PATCH] update module docs --- mod.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mod.ts b/mod.ts index b2a58e2..bac4e56 100644 --- a/mod.ts +++ b/mod.ts @@ -104,6 +104,13 @@ * {@link LazyAsync#mapParUnordered} methods let you explicitly opt in at your * chosen level of parallelism. * + * Functional Idioms + * ----------------- + * + * You'll find other common Functional Programming idioms on the {@link Lazy} + * and {@link LazyAsync} types, like `associateBy`, `groupBy`, `fold`, `sum`, + * `partition`, etc. + * * @module */