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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L189: func Int32Slice(vs []int32) []*int32 {

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