Module Tuple_pool.Pointer
val sexp_of_t : ('slots -> Ppx_sexp_conv_lib.Sexp.t) -> 'slots t -> Ppx_sexp_conv_lib.Sexp.tval typerep_of_t : 'a Typerep_lib.Std_internal.Typerep.t -> 'a t Typerep_lib.Std_internal.Typerep.tval typename_of_t : 'a Typerep_lib.Typename.t -> 'a t Typerep_lib.Typename.tval null : unit -> 'a tThe
nullpointer is a distinct pointer that does not correspond to a tuple in the pool. It is a function to prevent problems due to the value restriction.
val is_null : 'a t -> boolval phys_compare : 'a t -> 'a t -> intval phys_equal : 'a t -> 'a t -> bool
module Id : sig ... end