allocate

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

Meta