Type of the unlines draw function: a BaseDraw that outputs to a non-empty array of strings, and has a variant under the unlines key.
unlines
At the key unlines you will find a version that draws to a string instead of a NonEmptyArray<string> by joining the rows with newlines.
string
NonEmptyArray<string>
A function of the type:
{ (self: Tree<A>): NonEmptyArray<string> unlines: (self: Tree<A>) ⇒ NonEmptyArray<string>} Copy
{ (self: Tree<A>): NonEmptyArray<string> unlines: (self: Tree<A>) ⇒ NonEmptyArray<string>}
Underlying type of the tree being printed.
Type of the unlines draw function: a BaseDraw that outputs to a non-empty array of strings, and has a variant under the
unlineskey.At the key
unlinesyou will find a version that draws to astringinstead of aNonEmptyArray<string>by joining the rows with newlines.A function of the type: