Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + func Append(s interface{}, v interface{}) + func Bytes(ptr unsafe.Pointer, size uint64) []byte + func Cast(sli interface{}, to reflect.Type) interface + func Clone(s interface{}) interface + func InsertBefore(s interface{}, i int, v interface{}) + func New(ty reflect.Type, len, cap int) reflect.Value + func Remove(s, v interface{}) + func RemoveAt(s interface{}, i, n int) + func Replace(s interface{}, first, count int, with interface{}) + func Reverse(s interface{}) + func Sort(s interface{}) + func SortValues(s []reflect.Value, elTy reflect.Type) Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021