D Programming/Properties

From Wikibooks, open books for an open world
Jump to navigation Jump to search

To be completed.


Clipboard

To do:


Properties[edit | edit source]

For All Types[edit | edit source]

  • .init
  • .sizeof
  • .alignof
  • .mangleof

For Integral Types[edit | edit source]

  • .init
  • .max
  • .min

For Floating Point Types[edit | edit source]

  • .init
  • .infinity
  • .nan
  • .dig
  • .epsilon
  • .mant_dig
  • .max_10_exp
  • .max_exp
  • .min_10_exp
  • .min_exp
  • .max
  • .min
  • .re
  • .im

.init Property[edit | edit source]

Class Property[edit | edit source]

Struct Properties[edit | edit source]