= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package batteries
-
batteries
-
batteriesThread
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Note This module is provided essentially for backwards-compatibility. If you feel like using Stream.t
, please take a look at BatEnum
or LazyList
and GenParser
.
See the complete Stream
module for the function documentations.
val iter : f:('a -> unit) -> 'a t -> unit
val to_string_fun : fn:('a -> string) -> 'a t -> string
val foldl : f:('a -> 'b -> 'a * bool option) -> init:'a -> 'b t -> 'a
val foldr : f:('a -> 'b lazy_t -> 'b) -> init:'b -> 'a t -> 'b
val fold : f:('a -> 'a -> 'a * bool option) -> init:'a t -> 'a