core-and-more
Includes core, and some more useful extensions
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package core-and-more
-
core-and-more
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library core-and-more
Parameters
module D : sig ... end
Signature
module D : sig ... end
type elt = D.t
type t = elt Core.Hash_set.t
val create : int -> D.t Core.Hash_set.t
val empty : 'a -> D.t Core.Hash_set.t
val singleton : D.t -> D.t Core.Hash_set.t
val singleton_sized : int -> D.t -> D.t Core.Hash_set.t
val size : t -> int
val is_empty : t -> bool
val exists : ( 'a -> bool ) -> 'a Core.Hash_set.t -> bool
val as_list : 'a Core.Hash_set.t -> 'a list
val iter : ( 'a -> unit ) -> 'a Core.Hash_set.t -> unit
val union : 'a Core.Hash_set.t -> 'a Core.Hash_set.t -> 'a Core.Hash_set.t
val pp :
( Format.formatter -> 'a -> unit ) ->
Format.formatter ->
'a Core.Hash_set.t ->
unit
ON THIS PAGE
No table of contents