A function that draws string trees into a non-empty array of string rows. Defined as BaseDraw fixed on string input and on output of NonEmptyArray<string>.
string
NonEmptyArray<string>
A function of the type:
{ (self: Tree<string>): NonEmptyArray<string> } Copy
{ (self: Tree<string>): NonEmptyArray<string> }
A function that draws string trees into a non-empty array of string rows. Defined as BaseDraw fixed on
stringinput and on output ofNonEmptyArray<string>.A function of the type: