Type of the enriched draw function: an UnlinesDraw for strings, with another version of the very same UnlinesDraw at the key number specialized for numeric trees.
number
A function of the type:
{ (self: Tree<string>): NonEmptyArray<string> unlines: (self: Tree<string>) ⇒ string number: { (self: Tree<number>) ⇒ NonEmptyArray<string> unlines: (self: Tree<number>) ⇒ string }} Copy
{ (self: Tree<string>): NonEmptyArray<string> unlines: (self: Tree<string>) ⇒ string number: { (self: Tree<number>) ⇒ NonEmptyArray<string> unlines: (self: Tree<number>) ⇒ string }}
Type of the enriched draw function: an UnlinesDraw for strings, with another version of the very same UnlinesDraw at the key
numberspecialized for numeric trees.A function of the type: