effect-tree
    Preparing search index...

    Variable addLevelLabelsConst

    addLevelLabels: (self: Tree<string>) => Tree<string> = ...

    Annotate a string tree with label that indicate the node depth and index in their parent node.

    Type Declaration

      • (self: Tree<string>): Tree<string>
      • Parameters

        Returns Tree<string>