alloc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T alloc(ARGS args)
  2. T* alloc(ARGS args)
    T*
    alloc
    (
    T
    ARGS...
    )
    (
    auto ref ARGS args
    )
    if (
    !(
    is(T == class) ||
    is(T == interface)
    ||
    __traits(isAbstractClass, T)
    )
    )
  3. auto alloc(size_t n)

Meta