sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module Vector : ImmutableS
type key = Vector.key
module Vector = Vector
val create :
?values:'a Vector.Map.Map.t ->
?produce_value:'a Vector.producer ->
?origin:Tezos_tree_encoding.wrapped_tree ->
key ->
'a t
val origin : 'a t -> Tezos_tree_encoding.wrapped_tree option
val cons : 'a -> 'a t -> unit
val drop : 'a t -> unit
val reset : 'a t -> unit
reset vec
empties vec
completely. Contrary to pop
, no values are read from the underlying backend.