package async_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Monadic concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
async_kernel-v0.15.0.tar.gz
sha256=30753e014bb0b127ee59f10b1073b8ae476468fb2f07dc8c99dbe2ef312fc696
doc/async_kernel/Async_kernel/Deferred/Array/index.html
Module Deferred.Array
Deferred iterators
In the following, the default how is `Sequential
val init : ?how:Monad_sequence.how -> int -> f:(int -> 'a t) -> 'a array tval iter : ?how:Monad_sequence.how -> 'a array -> f:('a -> unit t) -> unit tval iteri :
?how:Monad_sequence.how ->
'a array ->
f:(int -> 'a -> unit t) ->
unit tval map : ?how:Monad_sequence.how -> 'a array -> f:('a -> 'b t) -> 'b array tval mapi :
?how:Monad_sequence.how ->
'a array ->
f:(int -> 'a -> 'b t) ->
'b array tval filter :
?how:Monad_sequence.how ->
'a array ->
f:('a -> bool t) ->
'a array tval filteri :
?how:Monad_sequence.how ->
'a array ->
f:(int -> 'a -> bool t) ->
'a array tval filter_map :
?how:Monad_sequence.how ->
'a array ->
f:('a -> 'b option t) ->
'b array tval filter_mapi :
?how:Monad_sequence.how ->
'a array ->
f:(int -> 'a -> 'b option t) ->
'b array tval concat_map :
?how:Monad_sequence.how ->
'a array ->
f:('a -> 'b array t) ->
'b array tval concat_mapi :
?how:Monad_sequence.how ->
'a array ->
f:(int -> 'a -> 'b array t) ->
'b array t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page