Report a bug
If you spot a problem with this page, click here to create a GitHub issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
dmd.backend.ty
Define basic types and type masks
Compiler implementation of the
D programming language.
Authors:
License:
Source backend/ty.d
- const(char)*[TYMAX]
tystring; - Give an ascii string for a type
- tym_t[256]
tytouns; - Map to unsigned version of type
- ubyte[TYMAX]
_tyrelax; - Map to relaxed version of type
- ubyte[TYMAX]
tyequiv; - Map to equivalent version of type
- enum int
SET_ALIGN; - Size of a type to use for alignment -1 means error
Copyright © 1999-2026 by the D Language Foundation | Page generated by
Ddoc on Wed Aug 19 13:54:14 2026