package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type value = string
module S : sig ... end

This is a specialized module for Belt.SortArray, the docs in that module also applies here, except the comparator is fixed and inlined

module N : sig ... end
module A : sig ... end

Belt.Array Utililites for Array functions

type t = value N.t
val has : t -> value -> bool
val compareAux : value N.node list -> value N.node list -> int
val cmp : value N.t -> value N.t -> int
val eq : t -> value N.t -> bool
val subset : t -> t -> bool
val get : t -> value -> value option
val getUndefined : t -> value -> value Js.Undefined.t
val getExn : t -> value -> value
val addMutate : value N.t -> value -> value N.t
val fromArray : value array -> value N.t
OCaml

Innovation. Community. Security.