Module Bonsai_tui_ncdu.Weight

type 'a t = {
  1. self : 'a;
    (*

    self weight is the weight of just this node in the tree.

    *)
  2. dominated : 'a;
    (*

    dominated is the size of this node + the size of its children.

    *)
}
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t