1 2 3 4 5 6 7 8 9 10 11
type Text = { style: &Style, alignment: &[Alignment, null], lines: &[Array<Line>, string] }; val text: fn( ?#style: &Style, ?#alignment: &[Alignment, null], lines: &[Array<Line>, string] ) -> Tui;