Closed vindarel closed 4 years ago
Have
(str:s-assoc-value <alist> <key>)
instead of
(alexandria:assoc-value <alist> <key> :test #'string-equal)
or
(first (assoc <alist> <key> :test #'string-equal))
done.
Have
instead of
or