Macro fif::writablesln

source ·
macro_rules! writablesln {
    [$($args:tt),+] => { ... };
}
Expand description

Does the same thing as writables, but adds a Newline to the end.