frameMake

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

Allocates and initializes a single value of type T.

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

Allocates and initializes a single value of type T.