sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Sizes in 1D space.
In 1D space, width is the extent along the x-axis.
dim
is the dimension of sizes of type size1
val v : float -> size1
v w
is a size of width w
.
val w : size1 -> float
w s
is the width of s
.
val zero : size1
zero
is the zero size, zero width.
val unit : size1
unit
is the unit size, one width.