package fiber
Write once variables
val create : unit -> 'a t
Create a new empty ivar.
Fill the ivar with the following value. This can only be called once for a given ivar.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>