create

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T create(size_t size, string file, size_t line)
  2. void create(T data, size_t size, string file, size_t line)
  3. void create(U[] data, const(U[]) src, string file, size_t line)
  4. T* create(Args args, string file, size_t line)
    @nogc @trusted
    T*
    create
    (
    T
    Args...
    )
    (
    Args args
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    is(T == struct)
    )
  5. T create(string file, size_t line)

Meta