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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L302: func ToUintSlice(vs []*uint) []uint {

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