unicode_num

Function unicode_num 

Source
pub fn unicode_num(n: usize) -> char
Expand description

Given an n: usize, return a UTF-8 character that best depicts this number. If n < 9, then this is a UTF-8 when n many dots. If n = 9, then this is the number 9. Otherwise, it is *.