print an object dump to stderr
None
Dumps its arguments consisting of an alternating sequence of expression names and expression values using std::print. The expression values are converted into strings using debug::string.
The depth to which debug strings shall be generated can be provided as an optional first argument; the default depth is 1.
debug::dump | writes a string representation of an object to stderr |
debug::string | returns a string representation of the given object |