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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L160: func Int16Slice(vs []int16) []*int16 {

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