View Source vterm_newer_reference_ext (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vterm_newer_reference_ext{len :: vterm:u16(),
                               node :: vterm:atom_t(),
                               creation :: vterm:u32(),
                               ids :: [vterm:u32()]}.

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().
Link to this function

new(Len, Node, Creation, Ids)

View Source
-spec new(Len, Node, Creation, Ids) -> T
       when
           Len :: 1..5,
           Node :: vterm:atom_t(),
           Creation :: vterm:u32(),
           Ids :: [vterm:u32()],
           T :: t().
-spec simplify(t()) -> term().