Macro arcdps_imgui::im_str

source ยท
macro_rules! im_str {
    ($e:literal $(,)?) => { ... };
    ($e:literal, $($arg:tt)+) => { ... };
}
๐Ÿ‘ŽDeprecated: all functions take AsRef<str> now โ€“ use inline strings or format instead