🔬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, binds their results
with
match, callseprint!with the collected information, and returns all the evaluated expressions in a tuple.