Skip to main content

Module macros

Module macros 

Source
🔬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, calls eprint! with the collected information, and returns all the evaluated expressions in a tuple.