effect-tree
    Preparing search index...

    Variable leafConst

    leaf: <A>(value: A) => Leaf<A> = ...

    Create a new leaf from its value.

    Type Declaration

      • <A>(value: A): Leaf<A>
      • Type Parameters

        • A

          Underlying tree type.

        Parameters

        • value: A

          The tree root value.

        Returns Leaf<A>

        A new leaf with the given value.