effect-tree
    Preparing search index...

    Variable getValueConst

    getValue: <A>(self: Tree<A>) => A = ...

    Get the value of a node.

    Type Declaration

      • <A>(self: Tree<A>): A
      • Type Parameters

        • A

          Underlying tree type.

        Parameters

        • self: Tree<A>

          the tree to query.

        Returns A

        Value of the tree root node.