jokaMake

fnT * jokaMake(T)(IStr file = __FILE__, Sz line = __LINE__)

Allocates memory for a value and initializes it.

fnT * jokaMake(T)(MemoryContext context, IStr file = __FILE__, Sz line = __LINE__)

Allocates memory for a value and initializes it.

fnT * jokaMake(T)(const(T) value, IStr file = __FILE__, Sz line = __LINE__)

Allocates memory for a value and initializes it.

fnT * jokaMake(T)(MemoryContext context, const(T) value, IStr file = __FILE__, Sz line = __LINE__)

Allocates memory for a value and initializes it.