dmd.argtypes

Break down a D type into basic (register) types for the Itanium C++ ABI.

Members

Functions

toArgTypes
TypeTuple toArgTypes(Type t)

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.

Meta