scalation.database.BinTree
class BinTree[
T](
val elem:
T)(
using evidence$1:
ClassTag[
T])
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Collect all the leaves of the binary tree.
Collect all the leaves of the binary tree.
Attributes