Target.toArgTypes

Describes how an argument type is passed to a function on target.

struct Target
extern (C++)
toArgTypes

Parameters

t Type

type to break down

Return Value

Type: TypeTuple

tuple of types if type is passed in one or more registers empty tuple if type is always passed on the stack null if the type is a void or argtypes aren't supported by the target

Suggestion Box / Bug Report