sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
alistmap maps f on the contents-parts of the entries, producing a new alist
alistmap' produces an alist by applying f to each element of the alist--f should produce a new contents-part for the entry.
[map2alist f list]
makes an alist that maps [x]
to [f x]
for each item in [list]
. This is called the `graph' of f on the domain list
.
lookup_in alist
is a function that looks up its argument in alist