Search
-type t() :: #vterm_new_pid_ext{}.
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
-spec new(Node, Id, Serial, Creation) -> T when Node :: vterm:atom_t(), Id :: vterm:u32(), Serial :: vterm:u32(), Creation :: vterm:u32(), T :: t().
-spec simplify(t()) -> term().