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-02-18 Di 12:58
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-02-18 Di 12:58