Skip to main content

write

Macro write 

Source
macro_rules! write {
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

write attribute to print strings into the terminal