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_t
modToTym
(MODmod
);Determine backend tym bits corresponding to MOD
Parameters
MOD
mod
mod
bitsReturn Value
corresponding tym_t bits
-
Declaration
type*
Type_toCtype
(Typet
);Convert front end type
to backend typet
. Memoize the result.t
.ctypeParameters
Type
t
front end
Type
Return Value
back end equivalent
type