fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Fuzion Library Modules
•
lock_free
•
Sequence
•
group_by
☰
Modules
base
lock_free
terminal
universe (module lock_free)
|―
lock_free
| |―
map
| |―
Sieve_Cache
(1 arg)
| |―
stack
group_by
Sequence
.
group_by
§
group_by
(K
type
, f
Unary K Sequence.T
)
=>
lock_free.map K (list Sequence.T)
[src]
group the elements of this sequence by a key of type K
f determines the key of an element
Type Parameters
§
K
:
Any
[Private constructor]
[src]
f determines the key of an element