arcdps_imgui

Macro 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