View Source vterm_list_ext (erldist_filter v1.28.5)

Summary

Types

-type t() :: #vterm_list_ext{len :: vterm:u32(), elements :: [vterm:t()], tail :: 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(Len, Elements, Tail)

View Source
-spec new(Len, Elements, Tail) -> T
       when Len :: vterm:u32(), Elements :: [vterm:t()], Tail :: vterm:t(), T :: t().
-spec simplify(T) -> [vterm:t()] when T :: t().