pub fn rjust(l: &[u8], c: u8, len: usize) -> Vec<u8> ⓘ
Pads the beginning of l to length len with c
len
c