1 2 3 4 5
/// Returns String which contains a newline. #[inline] pub fn newline() -> String { String::from("\n") }