Search
-type t() :: #vterm_large_big_ext{}.
-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().