T * frameMake(T)(IStr file = __FILE__, Sz line = __LINE__)
Allocates and initializes a single value of type T.
T
T * frameMake(T)(const(T) value, IStr file = __FILE__, Sz line = __LINE__)