Companion

object Companion

Functions

Link copied to clipboard
fun immutable(typeTag: TypeTag): IndirectionDescriptor

Answer a sharedIndirectionDescriptor suitable for pointing to an object having the given TypeTag.

Link copied to clipboard
fun mutable(typeTag: TypeTag): IndirectionDescriptor

Answer a sharedIndirectionDescriptor suitable for pointing to an object having the given TypeTag.

Link copied to clipboard
fun shared(typeTag: TypeTag): IndirectionDescriptor

Answer a sharedIndirectionDescriptor suitable for pointing to an object having the given TypeTag.

Properties

Link copied to clipboard
val immutables: Array<IndirectionDescriptor>

The immutable IndirectionDescriptor.

Link copied to clipboard
val mutables: Array<IndirectionDescriptor>
Link copied to clipboard
val shareds: Array<IndirectionDescriptor>