Versions in this module Expand all Collapse all v1 v1.1.3 May 9, 2023 Changes in this version + func Assign(x reflect.Value, t reflect.Type) (r reflect.Value, ok bool) + func AssignableTo(x reflect.Value, t reflect.Type) bool + func BinaryOp(x reflect.Value, op token.Token, y reflect.Value) (r reflect.Value, err error) + func ChanDirFromAst(dir ast.ChanDir) (r reflect.ChanDir) + func ChanDirToAst(dir reflect.ChanDir) (r ast.ChanDir) + func CompareOp(x reflect.Value, op token.Token, y reflect.Value) (r bool, err error) + func Convert(x reflect.Value, t reflect.Type) (r reflect.Value, ok bool) + func ConvertibleTo(x reflect.Value, t reflect.Type) bool + func IsAnyInt(k reflect.Kind) bool + func IsComplex(k reflect.Kind) bool + func IsFloat(k reflect.Kind) bool + func IsInt(k reflect.Kind) bool + func IsUint(k reflect.Kind) bool + func MakeSettable(x reflect.Value) reflect.Value + func MustAssign(x reflect.Value, t reflect.Type) reflect.Value + func MustConvert(x reflect.Value, t reflect.Type) reflect.Value + func Set(dst, src reflect.Value) + func ShiftOp(x reflect.Value, op token.Token, s uint) (r reflect.Value, err error) + func TypeAssert(x reflect.Value, t reflect.Type) (r reflect.Value, ok bool, valid bool) + func TypeBool() reflect.Type + func TypeByte() reflect.Type + func TypeComplex128() reflect.Type + func TypeComplex64() reflect.Type + func TypeEmptyInterface() reflect.Type + func TypeFloat32() reflect.Type + func TypeFloat64() reflect.Type + func TypeInt() reflect.Type + func TypeInt16() reflect.Type + func TypeInt32() reflect.Type + func TypeInt64() reflect.Type + func TypeInt8() reflect.Type + func TypeOfPtr(i interface{}) reflect.Type + func TypeRune() reflect.Type + func TypeString() reflect.Type + func TypeUint() reflect.Type + func TypeUint16() reflect.Type + func TypeUint32() reflect.Type + func TypeUint64() reflect.Type + func TypeUint8() reflect.Type + func TypeUintptr() reflect.Type + func UnaryOp(op token.Token, y reflect.Value) (r reflect.Value, err error) + func ValueOfPtr(i interface{}) reflect.Value