factory

Creates a new instance of T dynamically based on its traits, with optional construction args.

pure pragma(inline)
T
factory
(
T
ARGS...
)
(
ARGS args
)

Meta