Left-aligns a string within a fixed width, padding with spaces. Takes str (string to align), width (total width in characters). Returns a string of exactly width characters, with str left-aligned and padded with spaces on the right.
str
String
width
Int
; No example implemented yet