isPointerType.isPointerType

Undocumented in source.
  1. auto isPointerType;
  2. auto isPointerType;
    template isPointerType(T)
    static immutable
    static if(!(is(Unqual!(T) U == U*)))
    auto isPointerType = false;

Meta