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)
  3. T allocate(size_t length)
    T
    allocate
    (
    T
    )
    (
    size_t length
    )
    if (
    isArray!T
    )

Meta