View Source vterm_small_tuple_ext (erldist_filter v1.28.5)

Summary

Types

-type t() :: #vterm_small_tuple_ext{arity :: vterm:u8(), elements :: [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().
-spec new(Arity, Elements) -> T when Arity :: vterm:u8(), Elements :: [vterm:t()], T :: t().
Link to this function

simplify(Vterm_small_tuple_ext)

View Source
-spec simplify(t()) -> tuple().