View Source vterm_nif_term (erldist_filter v1.28.5)

Summary

Types

-type t() :: #vterm_nif_term{term :: vterm:t() | dynamic()}.

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(Term) -> T when Term :: vterm:t() | term(), T :: t().
-spec simplify(T) -> term() when T :: t().