package hachis
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : t
empty
is the empty array.
make n x
returns a new array of length n
, where every slot contains the value x
.
val length : t -> int
length a
returns the length of the array a
.
unsafe_get a i
returns the element found at index i
in the array a
. The index i
must be valid.
unsafe_set a i x
writes the value x
at index i
in the array a
. The index i
must be valid.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>