Pointer

object Pointer
Companion:
class
class Object
trait Matchable
class Any
Pointer.type

Value members

Concrete methods

def apply[T](t: T): Pointer[T]
def withSelf[T](f: Pointer[T] => Pointer[T]): Pointer[T]
def withSelfWrapped[T, F[_]](f: Pointer[T] => F[Pointer[T]])(using evidence$1: Functor[F]): F[Pointer[T]]