effect-tree
    Preparing search index...

    Interface StringDraw

    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>.

    A function of the type:

    { (self: Tree<string>): NonEmptyArray<string> }
    

    Hierarchy (View Summary)

    • BaseDraw<string, NonEmptyArray<string>>
      • StringDraw