Unique.Pointer

Undocumented in source.
  1. alias Pointer = Type
    struct Unique(UniqueType, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
    static if(is(Type == class))
    alias Pointer = Type
  2. alias Pointer = Type*

Meta