Macro lambda::to_str

source ·
macro_rules! to_str {
    ($var:ident) => { ... };
    ([$($any0:tt)*][$($any1:tt)*]) => { ... };
}