package par_incr
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Introduces some convenient operators for map
, bind
, combine
and par
operations.
Syntactic sugar for map
.
NOTE: You can't provide your own cutoff
when using Syntax
module. You may use Cutoff.attach
to add it to the resultant incremental
, but there's no way to pass it as parameter initially like with map
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>