package memo
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
With the Mk
functor, you can also directly provide a Cache
module, which should have the signature Hashtbl.S
. We will include your cache module and use it to define a memo
function. It should be useful only if you want to use another Hashtbl
implementation or things like this.
Parameters
Signature
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page