package dolmen
type 'a key = 'a id
Polymorphic type of keys for the a subtitution
get v subst
returns the value associated with v
in subst
, if it exists.
get v subst
returns wether there is a value associated with v
in subst
.
bind v t subst
returns the same substitution as subst
with the additional binding from v
to t
. Erases the previous binding of v
if it exists.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>