D Programming/Properties

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

To be completed.

TODO

TODO
todonote

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

[edit] .init Property

[edit] Class Property

[edit] Struct Properties