pub fn from_value_iter(
    iter: impl Iterator<Item = Value>
) -> Result<ValueSet, OperationError>