Function bear_lib_terminal::terminal::print_xy [] [src]

pub fn print_xy(x: i32, y: i32, value: &str)

Equivalent to print() with a Point constructed from the first two arguments.