std.txt.align

std.txt

align(text, max, side) -> aligned

Align text within a fixed width by padding with spaces

Aligns text within a specified width using spaces. Supported alignment modes are "left", "right", and "center" (default: "left").