Functionsยง
- leftpad
- Create a new
Vec<String>
that has been left-padded. - leftpad_
in_ place - Modify a mutable slice of
Strings
in-place to make it left-padded. - midpad
- Create a new
Vec<String>
that has been middle-padded. - midpad_
in_ place - Modify a mutable slice of
Strings
in-place to make it middle-padded. - rightpad
- Create a new
Vec<String>
that has been right-padded. - rightpad_
in_ place - Modify a mutable slice of
Strings
in-place to make it right-padded.