From 4b9b761cc990f9247083ea28a32d9123bb752818 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 18 Jul 2020 23:35:02 -0400 Subject: Add a main repository link to html files and titles to spec files --- docs/doc/group.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/doc/group.html') diff --git a/docs/doc/group.html b/docs/doc/group.html index 4f3a6b62..8a562285 100644 --- a/docs/doc/group.html +++ b/docs/doc/group.html @@ -1,4 +1,5 @@ +

Group

BQN replaces the Key operator from J or Dyalog APL, and many forms of partitioning, with a single (ambivalent) Group function . This function is somewhat related to the K function = of the same name, but results in an array rather than a dictionary.

The BQN prototype does not implement this function: instead it uses for a Group/Key function very similar to {⊂⍵} in Dyalog APL, and also has a Cut function \. The new BQN Group on numeric arguments (equivalently, rank-1 results) can be defined like this:

-- cgit v1.2.3