🚀 The feature
Using inspect to validate the input_col matching fn input for Mapper, Flatmapper and other DataPipe using both input_col and fn as the arguments.
Motivation, pitch
This would help users to identify the wrong arguments at the construction time for such IterDataPipe rather than at iteration time.
Alternatives
No response
Additional context
No response