``` let count = [50]; let count = str::from_utf8(&count).unwrap(); let count = count.parse::().unwrap(); ``` however, works...