func github.com/aws/smithy-go/ptr.ToInt8Slice

2 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L162: func ToInt8Slice(vs []*int8) []int8 {

	github.com/aws/aws-sdk-go-v2/aws
		from_ptr.go#L105: 	return ptr.ToInt8Slice(vs)