dmd.toctype
Convert a D type to a type the backend understands.
License
Source: toctype.d
Documentation: https://dlang.org/phobos/dmd_toctype.html
-
Declaration
pure tym_tmodToTym(MODmod);Determine backend tym bits corresponding to MOD
Parameters
MODmodmodbitsReturn Value
corresponding tym_t bits
-
Declaration
type*Type_toCtype(Typet);Convert front end type
to backend typet. Memoize the result.t.ctypeParameters
Typetfront end
TypeReturn Value
back end equivalent
type