Is there a plan to support [Set](https://ruby-doc.org/stdlib-2.6.5/libdoc/set/rdoc/Set.html)? I am trying to use dry-types in place of Virtus in [Grape](https://github.com/ruby-grape/grape/issues/1347). Currently, Set is supported because Virtus supports it. I am think of the same interface as Array has: ```ruby PostStatuses = Types::Set.of(Types::Coercible::String) ```
Is there a plan to support Set?
I am trying to use dry-types in place of Virtus in Grape. Currently, Set is supported because Virtus supports it.
I am think of the same interface as Array has: