package batteries
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A community-maintained standard library extension
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v3.2.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=00f34b9aed4e47f314425b2ca9ceac206f112095a17ea9a7ffa6dac8cfccc492
    
    
  md5=066051f9a210277710c54ad57c3b9568
    
    
  doc/batteries.unthreaded/BatteriesExceptionless/LazyList/Labels/index.html
Module LazyList.Labels
include module type of struct include BatLazyList.Labels end
val iter : f:('a -> 'b) -> 'a BatLazyList.t -> unitval iteri : f:(int -> 'a -> unit) -> 'a BatLazyList.t -> unitval map : f:('a -> 'b) -> 'a BatLazyList.t -> 'b BatLazyList.tval mapi : f:(int -> 'a -> 'b) -> 'a BatLazyList.t -> 'b BatLazyList.tval fold_left : f:('a -> 'b -> 'a) -> init:'a -> 'b BatLazyList.t -> 'aval fold_right : f:('a -> 'b -> 'b) -> init:'b -> 'a BatLazyList.t -> 'bval find_exn : f:('a -> bool) -> exn -> 'a BatLazyList.t -> 'aval rfind_exn : f:('a -> bool) -> exn -> 'a BatLazyList.t -> 'aval remove_if : f:('a -> bool) -> 'a BatLazyList.t -> 'a BatLazyList.tval remove_all_such : f:('a -> bool) -> 'a BatLazyList.t -> 'a BatLazyList.tval take_while : f:('a -> bool) -> 'a BatLazyList.t -> 'a BatLazyList.tval drop_while : f:('a -> bool) -> 'a BatLazyList.t -> 'a BatLazyList.tval filter : f:('a -> bool) -> 'a BatLazyList.t -> 'a BatLazyList.tval exists : f:('a -> bool) -> 'a BatLazyList.t -> boolval for_all : f:('a -> bool) -> 'a BatLazyList.t -> boolval filter_map : f:('a -> 'b option) -> 'a BatLazyList.t -> 'b BatLazyList.tval map2 : 
  f:('a -> 'b -> 'c) ->
  'a BatLazyList.t ->
  'b BatLazyList.t ->
  'c BatLazyList.tval iter2 : 
  f:('a -> 'b -> unit) ->
  'a BatLazyList.t ->
  'b BatLazyList.t ->
  unitval fold_right2 : 
  f:('a -> 'b -> 'c -> 'c) ->
  'a BatLazyList.t ->
  'b BatLazyList.t ->
  init:'c ->
  'cval for_all2 : 
  f:('a -> 'b -> bool) ->
  'a BatLazyList.t ->
  'b BatLazyList.t ->
  boolval exists2 : 
  f:('a -> 'b -> bool) ->
  'a BatLazyList.t ->
  'b BatLazyList.t ->
  boolmodule Exceptionless = BatLazyList.Labels.Exceptionlessinclude module type of struct include BatLazyList.Labels.Exceptionless end
val find : f:('a -> bool) -> 'a BatLazyList.t -> 'a optionval rfind : f:('a -> bool) -> 'a BatLazyList.t -> 'a optionval findi : f:(int -> 'a -> bool) -> 'a BatLazyList.t -> (int * 'a) optionval rfindi : f:(int -> 'a -> bool) -> 'a BatLazyList.t -> (int * 'a) optionval split_at : 
  int ->
  'a BatLazyList.t ->
  [ `Ok of 'a BatLazyList.t * 'a BatLazyList.t | `Invalid_index of int ]val at : 'a BatLazyList.t -> int -> [ `Ok of 'a | `Invalid_index of int ]val assoc : 'a -> ('a * 'b) BatLazyList.t -> 'b optionval assq : 'a -> ('a * 'b) BatLazyList.t -> 'b option sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >