Transforms an array (with values of type V) into a Set (getter).
Type of the containing object
Type of the property key in T that will be transformed
The name of the property to transform into a Set
A function that returns a Set backed by the values from the array property
Transforms an array (with values of type V) into a Set (getter).