type_parameterSize

Compute the size of a single parameter.

version(COMPILE)
extern (C++) nothrow
uint
type_parameterSize
(
type* t
,
tym_t tyf
)

Parameters

t
Type: type*

type of parameter

tyf
Type: tym_t

function type

Return Value

Type: uint

size in bytes

Meta