Validator for Iterable input data.
Function signature: String? Function(Iterable?)
typedef ValIter = String? Function(Iterable? i);