Module Incr_dom_widgets__Table.Default_sort_spec.Sort_key

type t

t is the type of the keys used to sort rows. Each row maps to a key of type t based on the contents of the row and the current column being sorted on.

include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int