stdune
Dune's unstable standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package stdune
-
stdune
-
-
stdune.filesystem_stubs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type Key = sig ... end
val find : ( 'k, 'v ) t -> 'k -> 'v option
val find_exn : ( 'k, 'v ) t -> 'k -> 'v
val set : ( 'k, 'v ) t -> 'k -> 'v -> unit
val add_exn : ( 'k, 'v ) t -> 'k -> 'v -> unit
val clear : ( 'k, 'v ) t -> unit
val mem : ( 'k, _ ) t -> 'k -> bool
val keys : ( 'k, _ ) t -> 'k list
val foldi :
( 'k, 'v ) t ->
init:'init ->
f:( 'k -> 'v -> 'init -> 'init ) ->
'init
val fold : ( _, 'v ) t -> init:'init -> f:( 'v -> 'init -> 'init ) -> 'init
val find_or_add : ( 'k, 'v ) t -> 'k -> f:( 'k -> 'v ) -> 'v
val remove : ( 'k, _ ) t -> 'k -> unit
val iter : ( _, 'v ) t -> f:( 'v -> unit ) -> unit
val filteri_inplace : ( 'a, 'b ) t -> f:( key:'a -> data:'b -> bool ) -> unit
val length : ( _, _ ) t -> int
module Multi : sig ... end
ON THIS PAGE
No table of contents