param_append_type

Allocate a param_t of type t, and append it to parameter list.

nothrow @safe
param_t*
param_append_type
(
param_t** pp
,
type* t
)

Meta