pub fn print(s: &str)
Expand description
Print the passed string to the standard output FileDescriptor.
ยงPanics
Panics if the write operation fails.
pub fn print(s: &str)
Print the passed string to the standard output FileDescriptor.
Panics if the write operation fails.