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 and produces a chain of nested matches, one for each expression, before finally calling eprint! with the collected information and returning all the evaluated expressions in a tuple.