powered by
Get counts of each letter in the target
count_freqs(xs, target)
we count the occurrences of each element in xs in target
xs
target
Named list of elements of xs with counts.