pub fn values_are_of_type(
    values: &[Variant],
    expected_type: VariantTypeId
) -> bool
Expand description

Check that all elements in the slice of arrays are the same type.