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
insteadmacro_rules! im_str { ($e:literal $(,)?) => { ... }; ($e:literal, $($arg:tt)+) => { ... }; }
format
instead