Clamps Dictionary
group-by-key
Function
(group-by-key source &key (test #'=) (key #'car))
Group elems of source into sublists depending on test and key. Source has to be sorted according to test!
Created: 2025-08-17 So 16:52
Function
(group-by-key source &key (test #'=) (key #'car))
Group elems of source into sublists depending on test and key. Source has to be sorted according to test!
Created: 2025-08-17 So 16:52