TreeOSet

stdx.collections.immutable.TreeOSet
See theTreeOSet companion object
final class TreeOSet[A](tree: Evermean[A, Any])(using x$2: Order[A])

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Elem = A

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any