Crate satex_core
source ·Modules§
Macros§
- This macros makes it possible to concatenate identifiers at compile time and use them as normal. It’s an extension/replacement of
std::concat_idents
, since in comprassion to the std-solution, the idents here can be used everywhere.