Function flatten_primitive_array_values
Source pub fn flatten_primitive_array_values(values: Vec<Primitive>) -> IterableKind
Expand description
Flattens an array of primitives into a single primitive iterable if possible.
Alternatively returns a mixed value array
§Arguments
values - Vector of primitives to flatten
§Returns
A single Primitive containing an IterableKind with the flattened values