type Int …
const IntZero …
const IntOne …
const IntNegOne …
var int32WrapperType …
var int64WrapperType …
func (i Int) Add(other ref.Val) ref.Val { … }
func (i Int) Compare(other ref.Val) ref.Val { … }
func (i Int) ConvertToNative(typeDesc reflect.Type) (any, error) { … }
func (i Int) ConvertToType(typeVal ref.Type) ref.Val { … }
func (i Int) Divide(other ref.Val) ref.Val { … }
func (i Int) Equal(other ref.Val) ref.Val { … }
func (i Int) IsZeroValue() bool { … }
func (i Int) Modulo(other ref.Val) ref.Val { … }
func (i Int) Multiply(other ref.Val) ref.Val { … }
func (i Int) Negate() ref.Val { … }
func (i Int) Subtract(subtrahend ref.Val) ref.Val { … }
func (i Int) Type() ref.Type { … }
func (i Int) Value() any { … }
func (i Int) isJSONSafe() bool { … }
const maxIntJSON …
const minIntJSON …