pointerType.pointerType

Undocumented in source.
  1. alias pointerType = Tp
    template pointerType(T)
    static if(is(Tp == class) || is(Tp == interface))
    alias pointerType = Tp
  2. alias pointerType = Tp*

Meta