sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
type key = Key.t
type value = Value.t
v config
initialises a storage layer, with the configuration config
.
find t k
is Some v
if k
is associated to v
in t
and None
is k
is not present in t
.
batch t f
applies the operations in f
in a batch. The exact guarantees depend on the implementation.