Search
-type t() :: #vterm_list_ext{}.
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
-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().