Posted by John Dev
30 Nov, 2024
Updated at 13 Dec, 2024
macro_rules! demo { ($name:expr) => {
}; ($name:expr) => { };
} Can I match the name based on the data type?
2 posts - 2 participants
Read full topic