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-06-08 So 16:56
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-06-08 So 16:56