type github.com/modern-go/reflect2.ArrayType (interface)

Method Implmentations



GetIndex(obj interface{}, index int) interface{} (*UnsafeArrayType).GetIndex (*UnsafeSliceType).GetIndex
Set(obj interface{}, val interface{}) (*UnsafeArrayType).unsafeType.Set (*UnsafeSliceType).Set
SetIndex(obj interface{}, index int, elem interface{}) (*UnsafeArrayType).SetIndex (*UnsafeSliceType).SetIndex