View Source vterm_large_big_ext (erldist_filter v1.28.5)

Summary

Types

-type t() :: #vterm_large_big_ext{n :: vterm:u32(), sign :: 0..1, d :: binary()}.

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(N, Sign, D) -> T when N :: vterm:u32(), Sign :: 0..1, D :: binary(), T :: t().
-spec simplify(T) -> term() when T :: t().