Group: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Disambiguation page)
Tag: Removed redirect
m (No categories for disambiguation pages (wikipedia:WP:DBC))
 
Line 3: Line 3:
* [[Group (BQN)]], <syntaxhighlight lang=k inline>⊔</syntaxhighlight> in [[BQN]], returns an array
* [[Group (BQN)]], <syntaxhighlight lang=k inline>⊔</syntaxhighlight> in [[BQN]], returns an array
* [[Uiua]]'s primitive <code>⊕</code> is derived from BQN's and is covered by that page
* [[Uiua]]'s primitive <code>⊕</code> is derived from BQN's and is covered by that page
{{APL built-ins}}[[Category:Primitive functions]]

Latest revision as of 01:32, 1 February 2024

Group is the name for primitives in multiple languages, each of which shares the property of collecting lists based on matching elements like SQL's Group by: