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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L131: func Int8Slice(vs []int8) []*int8 {

	github.com/aws/aws-sdk-go-v2/aws
		to_ptr.go#L86: 	return ptr.Int8Slice(vs)