package base
package base
-
base
-
-
caml
-
md5_lib
-
shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
We use [@@deriving_inline sexp_of][@@@end]
but not [@@deriving sexp]
because we want people to be explicit about the hash and comparison functions used when creating hashtables. One can use Hash_set.Poly.t
, which does have [@@deriving_inline sexp][@@@end]
, to use polymorphic comparison and hashing.
module type Creators = sig ... end
module type Creators_generic = sig ... end
module type Accessors = sig ... end
include Accessors with type 'a t := 'a t with type 'a elt = 'a
include Container.Generic with type 'a t := 'a t with type 'a elt = 'a
val length : _ t -> int
val is_empty : _ t -> bool
val sum :
(module Commutative_group.S with type t = 'sum) ->
'a t ->
f:('a elt -> 'sum) ->
'sum
val mem : 'a t -> 'a -> bool
override Container.Generic.mem
val add : 'a t -> 'a -> unit
val strict_add : 'a t -> 'a -> unit Or_error.t
val strict_add_exn : 'a t -> 'a -> unit
val remove : 'a t -> 'a -> unit
val strict_remove : 'a t -> 'a -> unit Or_error.t
val strict_remove_exn : 'a t -> 'a -> unit
val clear : 'a t -> unit
val filter_inplace : 'a t -> f:('a -> bool) -> unit
inter t1 t2
computes the set intersection of t1
and t2
. Runs in O(max(length t1, length t2)). Behavior is undefined if t1
and t2
don't have the same equality function.
val hashable_s : 'key t -> (module Base__.Hashtbl_intf.Key with type t = 'key)
module Poly : sig ... end
A hash set that uses polymorphic comparison
M
is meant to be used in combination with OCaml applicative functor types:
module type Sexp_of_m = sig ... end
module type M_of_sexp = sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>