sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
KV_maker
is like Maker
but uses sensible default implementations for everything except the contents type.
module CA : Content_addressable.Maker
module AW : Atomic_write.Maker
include Key.Store_spec.S
with type ('h, _) contents_key = 'h
with type 'h node_key = 'h
with type 'h commit_key = 'h
module Make (C : Contents.S) : sig ... end