D Programming/Properties

From Wikibooks, open books for an open world
< D Programming
Jump to: navigation, search

To be completed.

To do:
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

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export