flushln

Function flushln 

Source
pub fn flushln()
Expand description

Same with println! macro with no argument. This is made just for intuitive use.

pub fn flushln() {
  println!();
}