toArgTypes

This breaks a type down into 'simpler' types that can be passed to a function in registers, and returned in registers. It's highly platform dependent.

extern (C++)
toArgTypes

Parameters

t
Type: Type

type to break down

Return Value

Type: TypeTuple

tuple of types, each element can be passed in a register. A tuple of zero length means the type cannot be passed/returned in registers.

Meta