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
(
type* t
)

Parameters

t
Type: type*

function type

Return Value

Type: uint

total stack usage in bytes

Meta