type github.com/modern-go/reflect2.ArrayType (interface)
Method Implmentations
AssignableTo(anotherType Type) bool
(*UnsafeArrayType).unsafeType.safeType.AssignableTo
(*UnsafeSliceType).unsafeType.safeType.AssignableTo
GetIndex(obj interface{}, index int) interface{}
(*UnsafeArrayType).GetIndex
(*UnsafeSliceType).GetIndex
Implements(thatType Type) bool
(*UnsafeArrayType).unsafeType.safeType.Implements
(*UnsafeSliceType).unsafeType.safeType.Implements
Indirect(obj interface{}) interface{}
(*UnsafeArrayType).Indirect
(*UnsafeSliceType).unsafeType.Indirect
IsNullable() bool
(*UnsafeArrayType).unsafeType.safeType.IsNullable
(*UnsafeSliceType).unsafeType.safeType.IsNullable
Kind() reflect.Kind
(*UnsafeArrayType).unsafeType.safeType.Type.Kind
(*UnsafeSliceType).unsafeType.safeType.Type.Kind
Len() int
(*UnsafeArrayType).unsafeType.safeType.Type.Len
(*UnsafeSliceType).unsafeType.safeType.Type.Len
PackEFace(ptr unsafe.Pointer) interface{}
(*UnsafeArrayType).unsafeType.PackEFace
(*UnsafeSliceType).unsafeType.PackEFace
SetIndex(obj interface{}, index int, elem interface{})
(*UnsafeArrayType).SetIndex
(*UnsafeSliceType).SetIndex
String() string
(*UnsafeArrayType).unsafeType.safeType.Type.String
(*UnsafeSliceType).unsafeType.safeType.Type.String
Type1() reflect.Type
(*UnsafeArrayType).unsafeType.safeType.Type1
(*UnsafeSliceType).unsafeType.safeType.Type1
UnsafeGetIndex(obj unsafe.Pointer, index int) unsafe.Pointer
(*UnsafeArrayType).UnsafeGetIndex
(*UnsafeSliceType).UnsafeGetIndex
UnsafeIndirect(ptr unsafe.Pointer) interface{}
(*UnsafeArrayType).UnsafeIndirect
(*UnsafeSliceType).unsafeType.UnsafeIndirect
UnsafeIsNil(ptr unsafe.Pointer) bool
(*UnsafeArrayType).unsafeType.UnsafeIsNil
(*UnsafeSliceType).UnsafeIsNil
UnsafeNew() unsafe.Pointer
(*UnsafeArrayType).unsafeType.UnsafeNew
(*UnsafeSliceType).unsafeType.UnsafeNew
UnsafeSet(ptr unsafe.Pointer, val unsafe.Pointer)
(*UnsafeArrayType).unsafeType.UnsafeSet
(*UnsafeSliceType).UnsafeSet
UnsafeSetIndex(obj unsafe.Pointer, index int, elem unsafe.Pointer)
(*UnsafeArrayType).UnsafeSetIndex
(*UnsafeSliceType).UnsafeSetIndex
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |