Construct a tibble from all the arguments of a constructor

process_arguments(constructor_arguments)

Arguments

constructor_arguments

The arguments provided in the constructor specification

Value

The arguments represented as a tibble. The first column contain argument names, the second their types.