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
-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().