effect-tree
    Preparing search index...

    Interface LeafF<A>

    A tree with no nodes.

    interface LeafF<A> {
        node: A;
    }

    Type Parameters

    • A

      The underlying type of the tree. For example, in a numeric tree it would be number.

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    node: A