View Source vterm_map_ext (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Types

-type t() :: #vterm_map_ext{}.

Link to this section 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(Arity, Pairs) -> T when Arity :: vterm:u32(), Pairs :: [{vterm:t(), vterm:t()}], T :: t().
-spec simplify(T) -> Data when T :: t(), Data :: map().