pub fn set<T: VldSchema>(element: T) -> ZSet<T>
Create a Set schema. Validates arrays into HashSet (unique elements).
HashSet