Expand description
A macro for compile-time replacement on string literals.
This is meant for combining with other macros, such as doing a find/replace on a stringify!
result in a const context.
Macrosยง
- string_
literal_ replace - Replace contents of a string literal at compile-time.