ctorBody

Make a constructor that takes arbitrary number of parameters.

Only applicable for UML class diagram.

The parameters are iteratively converted to strings.

@safe
ctorBody
(
T0
T...
)
(
T0 m
,
string class_name
,
auto ref T args
)
if (
CanHaveMethod!T
)

Parameters

m T0

?

class_name string

name of the class to create a d'tor for.

Meta