D Programming/Properties
From Wikibooks, the open-content textbooks collection
To be completed.
Contents |
[edit] Properties
[edit] For All Types
- .init
- .sizeof
- .alignof
- .mangleof
[edit] For Integral Types
- .init
- .max
- .min
[edit] For Floating Point Types
- .init
- .infinity
- .nan
- .dig
- .epsilon
- .mant_dig
- .max_10_exp
- .max_exp
- .min_10_exp
- .min_exp
- .max
- .min
- .re
- .im

