Module Packed.As_list
As_list
allows one to view a node as a list w.r.t. a particular next
pointer contained within it. The recompute heap uses this with next_in_recompute_heap
, and the adjust-heights heap uses this with next_in_adjust_heights_heap
.
Parameters
M : sig ... end
Signature
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val length : t -> int
val iter : t -> f:(Incremental__.Types.Node.Packed.t -> unit) -> unit