effect-tree
    Preparing search index...

    Variable encodeConst

    encode: <A>(tree: Tree<A>) => NonEmptyArray2<A> = ...

    Encode a tree of type A into a non-empty list of paths to every leaf in the encoded tree.

    Type Declaration