type Uint …
var uint32WrapperType …
var uint64WrapperType …
const uintZero …
func (i Uint) Add(other ref.Val) ref.Val { … }
func (i Uint) Compare(other ref.Val) ref.Val { … }
func (i Uint) ConvertToNative(typeDesc reflect.Type) (any, error) { … }
func (i Uint) ConvertToType(typeVal ref.Type) ref.Val { … }
func (i Uint) Divide(other ref.Val) ref.Val { … }
func (i Uint) Equal(other ref.Val) ref.Val { … }
func (i Uint) IsZeroValue() bool { … }
func (i Uint) Modulo(other ref.Val) ref.Val { … }
func (i Uint) Multiply(other ref.Val) ref.Val { … }
func (i Uint) Subtract(subtrahend ref.Val) ref.Val { … }
func (i Uint) Type() ref.Type { … }
func (i Uint) Value() any { … }
func (i Uint) isJSONSafe() bool { … }