D Programming/Properties

To be completed.


Clipboard

To do:


Properties

edit

For All Types

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

For Integral Types

edit
  • .init
  • .max
  • .min

For Floating Point Types

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

.init Property

edit

Class Property

edit

Struct Properties

edit