Search
-type t() :: #vterm_integer_ext{}.
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
-spec new(Value) -> T when Value :: vterm:i32(), T :: t().
-spec simplify(T) -> Value when T :: t(), Value :: vterm:i32().