reflect.Value.Slice (method)

5 uses

	reflect (current package)
		type.go#L2482: 		copy(tt.Elem().Field(2).Slice(0, len(methods)).Interface().([]abi.Method), methods)
		value.go#L2324: func (v Value) Slice(i, j int) Value {
		value.go#L2808: 	Copy(s.Slice(ns, ns+nt), t)

	google.golang.org/protobuf/internal/impl
		convert_list.go#L131: 	ls.v.Elem().Set(ls.v.Elem().Slice(0, i))

	text/template
		funcs.go#L280: 		return item.Slice(idx[0], idx[1]), nil