Trait reql::commands::SetUnion [] [src]

pub trait SetUnion {
    fn set_union<T>(&self, array: T) -> Command where T: ToArg;
}

Add a several values to an array and return it as a set (an array with distinct values)

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors