Indirection
public protocol IndirectionOpt-in transparent member access. wrapper.foo resolves through to
Target.foo via pointeeRef() when the wrapper has no foo of its own.
Associated Types
type Target
type TargetThe pointee type that member access forwards to.
Methods
func pointeeRef() -> &Target
func pointeeRef() -> &TargetA shared reference to the pointee. Member READS peel through this.
Defined in lang/std/core/indirection.ks