jokaMake
Allocates memory for a value and initializes it.
fn
T * jokaMake(T)(MemoryContext context, IStr file = __FILE__, Sz line = __LINE__)Allocates memory for a value and initializes it.
Allocates memory for a value and initializes it.
fn
T * jokaMake(T)(MemoryContext context, const(T) value, IStr file = __FILE__, Sz line = __LINE__)Allocates memory for a value and initializes it.