tinymist_std::error::prelude

Macro _eco_format

macro_rules! _eco_format {
    ($($tts:tt)*) => { ... };
}
Expand description

Create a new EcoString from a format string.

assert_eq!(eco_format!("Hello, {}!", 123), "Hello, 123!");