type_parameterSize

Compute the size of a single parameter.

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

Parameters

t type*

type of parameter

tyf tym_t

function type

Return Value

Type: uint

size in bytes

Suggestion Box / Bug Report