pub fn puffed_out_string(s: String, size: usize) -> String
Expand description

Add zeroes to the end of the String. This allows to have the size of allocated for this string memory fixed.