help?> @nospecialize
@nospecialize
Applied to a function argument name, hints to the compiler that the method should not be specialized for different types of that argument, but instead to use precisely the declared type for each argument.
please help… I could not understand what the above says… could anyone help to give some examples? thanks.