View Source vterm_reference_ext (erldist_filter v1.28.5)

Summary

Types

-type t() :: #vterm_reference_ext{node :: vterm:atom_t(), id :: vterm:u32(), creation :: vterm:u8()}.

Functions

Link to this function

internal_vterm_to_binary(T, Opts)

View Source
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
-spec new(Node, Id, Creation) -> T
       when Node :: vterm:atom_t(), Id :: vterm:u32(), Creation :: 0..3, T :: t().
-spec simplify(t()) -> term().