PtrType.PtrType

Undocumented in source.
  1. alias PtrType = ubyte*
  2. alias PtrType = uint*
    template PtrType(T)
    static if(!(is(T == bool) || is(T == char)))
    static if(is(T == float))
    alias PtrType = uint*
  3. alias PtrType = ulong*
  4. alias PtrType = Unsigned!T*

Meta