effect-tree
    Preparing search index...

    Interface BaseDraw<A, Out>

    Type of the base draw function: draw a tree into some output format.

    A function of the type:

    { (self: Tree<A>): Out }
    

    Type Parameters

    • A

      Underlying type of the tree being printed.

    • Out

      Output type of drawing function. Usually multiline string or * array of string lines for terminal output.

    Hierarchy (View Summary)