stringify!() { /* proc-macro */ }
Expand description

Should be same to the rust macro stringify

Example

use place_macro;

let a = place_macro::stringify!("hello" + , ", " {(agent)} ' ' 0x2F);
let b = stringify!("hello" + , ", " {(agent)} ' ' 0x2F);
assert_eq!(a, b);