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

Method Implmentations

Append(obj interface{}, elem interface{}) (*UnsafeSliceType).Append
Cap(obj interface{}) int (*UnsafeSliceType).Cap
GetIndex(obj interface{}, index int) interface{} (*UnsafeSliceType).GetIndex
Grow(obj interface{}, newLength int) (*UnsafeSliceType).Grow
Indirect(obj interface{}) interface{} (*UnsafeSliceType).unsafeType.Indirect
IsNil(obj interface{}) bool (*UnsafeSliceType).IsNil
LengthOf(obj interface{}) int (*UnsafeSliceType).LengthOf
MakeSlice(length int, cap int) interface{} (*UnsafeSliceType).MakeSlice
New() interface{} (*UnsafeSliceType).unsafeType.New
Set(obj interface{}, val interface{}) (*UnsafeSliceType).Set
SetIndex(obj interface{}, index int, elem interface{}) (*UnsafeSliceType).SetIndex
SetNil(obj interface{}) (*UnsafeSliceType).SetNil