Macro std::fmt::write

macro write($fmt, $fmt_str, $arg...) { ... }

Write a formatted string into a given formatter.

Example