Vcaml.WindowSourcemodule Type := Nvim_internal.Phantominclude module type of struct include Nvim_internal.Window endval sexp_of_t : t -> Sexplib0.Sexp.tinclude Core.Comparable.S_plain with type t := tinclude Base.Comparable.S with type t := tascending is identical to compare. descending x y = ascending y x. These are intended to be mnemonic when used like List.sort ~compare:ascending and List.sort ~cmp:descending, since they cause the list to be sorted in ascending or descending order, respectively.
clamp_exn t ~min ~max returns t', the closest value to t such that between t' ~low:min ~high:max is true.
Raises if not (min <= max).
type comparator_witness = Nvim_internal.Window.comparator_witnessval comparator : (t, comparator_witness) Base__.Comparator.comparatorval validate_lbound : min:t Core.Maybe_bound.t -> t Validate.checkval validate_ubound : max:t Core.Maybe_bound.t -> t Validate.checkval validate_bound :
min:t Core.Maybe_bound.t ->
max:t Core.Maybe_bound.t ->
t Validate.checkmodule Replace_polymorphic_compare =
Nvim_internal.Window.Replace_polymorphic_comparemodule Map = Nvim_internal.Window.Mapmodule Set = Nvim_internal.Window.Setinclude Core.Hashable.S_plain with type t := tval hashable : t Core.Hashtbl.Hashable.tmodule Table = Nvim_internal.Window.Tablemodule Hash_set = Nvim_internal.Window.Hash_setmodule Hash_queue = Nvim_internal.Window.Hash_queueinclude Msgpack.Msgpackable with type t := tval of_msgpack : Msgpack__.Message.t -> t Core.Or_error.tval to_msgpack : t -> Msgpack__.Message.tmodule Or_current = Nvim_internal.Window.Or_current