Group
Jump to navigation
Jump to search
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:
- Group (K),
=
in K, returns a dictionary - Group (BQN),
⊔
in BQN, returns an array - Uiua's primitive
⊕
is derived from BQN's and is covered by that page