allocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T allocate(A args)
    T
    allocate
    (
    T
    A...
    )
    ()
    if (
    is(T == class)
    )
  2. T* allocate(A args)
  3. T allocate(size_t length)

Meta