- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for AssignableTo (0.11 sec)
-
schema/field.go
} else { reflectV := reflect.ValueOf(v) // Optimal value type acquisition for v reflectValType := reflectV.Type() if reflectValType.AssignableTo(field.FieldType) { if reflectV.Kind() == reflect.Ptr && reflectV.Elem().Kind() == reflect.Ptr { reflectV = reflect.Indirect(reflectV) } field.ReflectValueOf(ctx, value).Set(reflectV) return
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Apr 15 03:20:20 UTC 2024 - 32K bytes - Viewed (0) -
association.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Wed Jun 12 10:49:45 UTC 2024 - 21.5K bytes - Viewed (0) -
api/go1.5.txt
pkg go/types, const UntypedRune BasicKind pkg go/types, const UntypedString = 24 pkg go/types, const UntypedString BasicKind pkg go/types, func AssertableTo(*Interface, Type) bool pkg go/types, func AssignableTo(Type, Type) bool pkg go/types, func Comparable(Type) bool pkg go/types, func ConvertibleTo(Type, Type) bool pkg go/types, func DefPredeclaredTestFuncs()
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0)