D Documentation  
Derived data types
Derieved data types are:
  • pointer
    Points to any data type in memory.
  • array
    Arrays are lists of data types with a specified length.
  • function
    These are simply pointers to a function with a defined signature.
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.