Skip to main content

set

Function set 

Source
pub fn set<T: VldSchema>(element: T) -> ZSet<T>
Expand description

Create a Set schema. Validates arrays into HashSet (unique elements).