Macro plot_interface::identity
[−]macro_rules! identity {
(
$( $Src : tt )*
) => { ... };
}Expand description
Macro which returns its input as is.
macro_rules! identity {
(
$( $Src : tt )*
) => { ... };
}Macro which returns its input as is.