effect-tree
    Preparing search index...

    Function decode

    • Decode a list of leaf paths into a tree where. Every leaf given will appear in the tree at the given path.

      Type Parameters

      • A

      Parameters

      • order: Order<A>

      Returns (pathList: [[A, ...A[]], ...[A, ...A[]][]]) => Tree<A>