View Source vterm_record_ext (erldist_filter v1.29.0)

Summary

Types

-type t() ::
    #vterm_record_ext{num_fields :: vterm:u32(),
                      exported :: boolean(),
                      module :: vterm:atom_t(),
                      name :: vterm:atom_t(),
                      field_names :: [vterm:atom_t()],
                      values :: [vterm:t()]}.

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(NumFields, Exported, Module, Name, FieldNames, Values)

View Source
-spec new(NumFields, Exported, Module, Name, FieldNames, Values) -> T
       when
           NumFields :: vterm:u32(),
           Exported :: boolean(),
           Module :: vterm:atom_t(),
           Name :: vterm:atom_t(),
           FieldNames :: [vterm:atom_t()],
           Values :: [vterm:t()],
           T :: t().
-spec simplify(T) -> dynamic() when T :: t().