🔬This is a nightly-only experimental API. (
std_internals)Expand description
Standard library macros
This module contains a set of macros which are exported from the standard library. Each macro is available for use when linking against the standard library.
Macros§
- dbg_
internal 👻Experimental - Internal macro that processes a list of expressions and produces a chain of
nested
matches, one for each expression, before finally callingeprint!with the collected information and returning all the evaluated expressions in a tuple.