MemoryHelper.create

@nogc new for structs.

  1. T create(Args args, string file, int line)
  2. T* create(Args args, string file, int line)
    class MemoryHelper
    @nogc static
    T*
    create
    (
    T
    Args...
    )
    (
    Args args
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )
    if (
    is(T == struct)
    )

Meta