constructor

Annotation used to mark a constructor to be used for aggregate instantiation.

constructor
(
Args...
)
(
Args args
)

Parameters

Args

tuple of argument types for arguments to be passed into a constructor.

Meta