type_paramsize

Compute the total size of parameters for function call. Used for stdcall name mangling. Note that hidden parameters do not contribute to size.

version(COMPILE)
extern (C++) nothrow
uint
type_paramsize
()

Parameters

t type*

function type

Return Value

Type: uint

total stack usage in bytes

Meta