final classPtr[C <: Pointable with Singleton] extends Base
(Possibly null) pointer on a container element. Uses a singleton type
to link the pointer to its container.
This class is a value class only in Scala 2.11, due to bugs in the generation
of bridge methods when overloading methods that take/return a value class.
(Possibly null) pointer on a container element. Uses a singleton type to link the pointer to its container.
This class is a value class only in Scala 2.11, due to bugs in the generation of bridge methods when overloading methods that take/return a value class.