Function break_infinity::pad_end[][src]

pub fn pad_end(string: String, max_length: u32, fill_string: String) -> String
Expand description

Pads the given string with the fill string to the given max length.