allocatorInstanceOf.allocatorInstanceOf

Undocumented in source.
  1. alias allocatorInstanceOf = Allocator
  2. alias allocatorInstanceOf = Allocator.instance
    template allocatorInstanceOf(alias Allocator)
    static if(!(is(typeof(Allocator))))
    static if(is(typeof(Allocator.instance)))
    alias allocatorInstanceOf = Allocator.instance

Meta